Physics_BenchMark / pages /05_Physics_Simulators.py
eaglelandsonce's picture
Create 05_Physics_Simulators.py
284e209 verified
raw
history blame
573 Bytes
import streamlit as st
st.title("Physics Simulators")
st.write("Select a simulator to view:")
st.markdown("[PHY 504: Advanced Mechanics](https://chatgpt.com/g/g-1L0f7dbd2-phy-504-advanced-mechanics-simulator)")
st.markdown("[PHY 611: Electromagnetic Theory I](https://dummylink.com)")
st.markdown("[PHY 613: Electromagnetic Theory II](https://dummylink.com)")
st.markdown("[PHY 614: Quantum Mechanics I](https://dummylink.com)")
st.markdown("[PHY 615: Quantum Mechanics II](https://dummylink.com)")
st.markdown("[PHY 632: Statistical Mechanics](https://dummylink.com)")