Huxley Deng
b6742a4668
New: basic project structure. New: main.py script. New: basic unit tests and testing script.
11 lines
236 B
Python
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.
|
|
|
|
|