Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarB83 committed Aug 12, 2024
1 parent 98c1f46 commit 3c16184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ash/interfaces/interface_ORCA.py
Original file line number Diff line number Diff line change
Expand Up @@ -3950,7 +3950,7 @@ def new_ORCA_natorbsfile_from_density(gbwfile, densityname="mdcip", result_file=
print("Changing UHF to ROHF")
print("Skipping beta")
mol_data["HFTyp"] = "ROHF"
print("mol_data orblabels old", mol_data["OrbitalLabels"])
print("mol_data orblabels old", mol_data["MolecularOrbitals"]["OrbitalLabels"])
mol_data["MolecularOrbitals"]["OrbitalLabels"] = mol_data["MolecularOrbitals"]["OrbitalLabels"][0:len(mol_data["MolecularOrbitals"]["OrbitalLabels"])/2]
print("mol_data orblabels new", mol_data["OrbitalLabels"])
break
Expand Down

0 comments on commit 3c16184

Please sign in to comment.