When I'm trying to load energy for the hydrogen (and lithium) ion(s), and None type is returned:
Here is a code I'm trying to run:
h_neutral = load(elem='H', charge=0, mult=2, dataset='nist')
h_neutral = h_neutral.energy
h_minus = load(elem='H', charge=-1, mult=1, dataset='nist')
h_minus = h_minus.energy
in here, h_minus is just a None value. Same is happening for the Lithium ion.
I'm not sure what's wrong is here, but maybe you can guide me guys.
When I'm trying to load energy for the hydrogen (and lithium) ion(s), and None type is returned:
Here is a code I'm trying to run:
in here,
h_minusis just a None value. Same is happening for the Lithium ion.I'm not sure what's wrong is here, but maybe you can guide me guys.