mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-03 20:53:54 +01:00
Fix missing mo_label in qp_convert
This commit is contained in:
parent
3f38c0a9da
commit
6a1c10f4fb
@ -256,6 +256,7 @@ def write_ezfio(res, filename):
|
|||||||
|
|
||||||
MoTag = res.determinants_mo_type
|
MoTag = res.determinants_mo_type
|
||||||
ezfio.set_mo_basis_mo_label('Orthonormalized')
|
ezfio.set_mo_basis_mo_label('Orthonormalized')
|
||||||
|
ezfio.set_determinants_mo_label('Orthonormalized')
|
||||||
MO_type = MoTag
|
MO_type = MoTag
|
||||||
allMOs = res.mo_sets[MO_type]
|
allMOs = res.mo_sets[MO_type]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user