Skip to content

NIST dataset #100

@RichRick1

Description

@RichRick1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions