aboutsummaryrefslogtreecommitdiff
path: root/schroedinger/schrodinger_solve.py
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-07-12 11:48:52 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-07-12 11:48:52 +0200
commit665bff51d17329259a80e0aeae1b2af2f4caaa26 (patch)
tree7f93c4cb52b3e787c5eb1bd29e486d0fffb383b3 /schroedinger/schrodinger_solve.py
parentadf89bfb23c450ffde6554fe478671ee0c0749e9 (diff)
Set up build system and scripts
Diffstat (limited to 'schroedinger/schrodinger_solve.py')
-rw-r--r--schroedinger/schrodinger_solve.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/schroedinger/schrodinger_solve.py b/schroedinger/schrodinger_solve.py
new file mode 100644
index 0000000..9369e2e
--- /dev/null
+++ b/schroedinger/schrodinger_solve.py
@@ -0,0 +1,5 @@
+def main():
+ pass
+
+if __name__ == '__main__':
+ main()