tdbd_v2/main.py
Huxley Deng b6742a4668 Initial Project Structure.
New: basic project structure.
New: main.py script.
New: basic unit tests and testing script.
2023-05-23 15:58:14 +08:00

11 lines
236 B
Python

print("Main")
# TODO
# Create TDBD Simulation Object, passing parameters.
# Run TDBD Simulation and obtain observation result.
# Create other simulation objects with parameters.
# Run other simulation and obtain observation result.