Export total angular momentum
This commit is contained in:
parent
c520717fdb
commit
509528bf63
|
|
@ -17,6 +17,7 @@ wf = real.(wf)
|
||||||
|
|
||||||
h5open("temp/HO_3b.h5", "w") do fid
|
h5open("temp/HO_3b.h5", "w") do fid
|
||||||
write_attribute(fid, "E", E)
|
write_attribute(fid, "E", E)
|
||||||
|
write_attribute(fid, "Λ", Λ)
|
||||||
write_attribute(fid, "μ1ω1", μ1ω1)
|
write_attribute(fid, "μ1ω1", μ1ω1)
|
||||||
write_attribute(fid, "μ2ω2", μ2ω2)
|
write_attribute(fid, "μ2ω2", μ2ω2)
|
||||||
write_dataset(fid, "n1", n1s)
|
write_dataset(fid, "n1", n1s)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue