Export total angular momentum

This commit is contained in:
Nuwan Yapa 2024-07-24 17:23:02 -04:00
parent c520717fdb
commit 509528bf63
2 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -17,6 +17,7 @@ wf = real.(wf)
h5open("temp/HO_3b.h5", "w") do fid
write_attribute(fid, "E", E)
write_attribute(fid, "Λ", Λ)
write_attribute(fid, "μ1ω1", μ1ω1)
write_attribute(fid, "μ2ω2", μ2ω2)
write_dataset(fid, "n1", n1s)