Skip to content

Commit 2eafd84

Browse files
committed
minor changes, add TODO, remove default mo_type, ruff
1 parent ce5e9a5 commit 2eafd84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/nomad_simulations/schema_packages/properties/molecular_orbitals.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class MolecularOrbitals(PhysicalProperty):
1919
Molecular-orbital eigenstates expressed in an atom-centred AO basis.
2020
2121
Every quantity is either directly mappable to the TREXIO *mo* group or
22-
provides auxiliary metadata needed by NOMAD tooling.
22+
provides auxiliary metadata needed by NOMAD tooling.
2323
2424
The TREXIO format:
2525
Posenitsky et al., J. Chem. Phys. 158, 174801 (2023)
@@ -96,6 +96,7 @@ class MolecularOrbitals(PhysicalProperty):
9696
""",
9797
)
9898

99+
# TODO: check via normalization
99100
mo_class = Quantity(
100101
type=MEnum('core', 'inactive', 'active', 'virtual', 'deleted'),
101102
shape=['n_mo'],
@@ -151,7 +152,7 @@ class MolecularOrbitals(PhysicalProperty):
151152
# ------------------------------------------------------------------ #
152153
mo_type = Quantity(
153154
type=MEnum('canonical', 'natural', 'localized', 'hybrid'),
154-
default='canonical',
155+
# default='canonical',
155156
description="""
156157
Classification of these orbitals:
157158
- canonical : standard SCF eigenfunctions

0 commit comments

Comments
 (0)