Closed JosePizarro3 closed 2 months ago
I need to check the situations in which self.m_def.rank
is defined finite: can I do:
m_def = Section(iri='...', rank['n_orbitals'])
n_orbitals = Quantity(type=np.int32)
??
Closing this in favor of whatever Area D implements in nomad-lab
.
I was wrongly mixing concepts for quantities and definitions. After talking with Area D, I decided to move
iri
andrank
tom_def
at the beginning of each property. This means that thenomad/metainfo/metainfo.py
had to be modified to include these as part of theclass Section(Definition)
attributes.