now runs, but it isn't able to construct a Promolecule instance:
ValueError: Unable to construct species with non-integer charge/spin from database entries
This is a valid error to get, but it's not ideal. This is why, when making a Promolecule with non-integer charges, I suggested that the user should also specify the multiplicities.
Fixes #82.
The code example,
now runs, but it isn't able to construct a Promolecule instance:
This is a valid error to get, but it's not ideal. This is why, when making a Promolecule with non-integer charges, I suggested that the user should also specify the multiplicities.
Open to suggestions.