Skip to content

Commit f9eeb02

Browse files
committed
Use fully qualified SectionProxy for MO basis_set_ref
1 parent 5d05d7a commit f9eeb02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/nomad_simulations/schema_packages/properties/molecular_orbitals.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ class MolecularOrbitals(ElectronicEigenvalues):
2727

2828
# References
2929
basis_set_ref = Quantity(
30-
type=Reference(SectionProxy('AtomCenteredBasisSet')),
30+
type=Reference(
31+
SectionProxy(
32+
'nomad_simulations.schema_packages.basis_set.AtomCenteredBasisSet'
33+
)
34+
),
3135
description="""
3236
Reference to the atom-centered basis set in which these molecular
3337
orbitals are expanded.

0 commit comments

Comments
 (0)