first commit

This commit is contained in:
nicomacbookpro
2025-07-22 09:28:32 +08:00
commit 2fad4e7b64
10 changed files with 1001 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import silent_raindrops.distoptics.SIM as op
import json
the_sim = op.SIM(init_b=12.0)
print(json.dumps(the_sim.to_dict_tsingtao()))