We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In attempting to read a basis set in molpro format, I encountered the following error:
AttributeError: module 'basis_set_exchange.readers.helpers' has no attribute 'create_element_data'
The issue seemed to be in the molpro.py reader on line 88, it reads:
element_data = helpers.create_element_data(bs_data, element_Z, 'electron_shells')
Does changing the helper to manip potentially fix this issue as done in the libmol fix?
The text was updated successfully, but these errors were encountered:
Sorry about that. This is fixed in #278, which should be merged very soon
Sorry, something went wrong.
No branches or pull requests
In attempting to read a basis set in molpro format, I encountered the following error:
AttributeError: module 'basis_set_exchange.readers.helpers' has no attribute 'create_element_data'
The issue seemed to be in the molpro.py reader on line 88, it reads:
element_data = helpers.create_element_data(bs_data, element_Z, 'electron_shells')
Does changing the helper to manip potentially fix this issue as done in the libmol fix?
The text was updated successfully, but these errors were encountered: