Skip to content
New issue

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

read_formatted_basis_file Error #281

Open
stedonnelly opened this issue Aug 2, 2023 · 1 comment
Open

read_formatted_basis_file Error #281

stedonnelly opened this issue Aug 2, 2023 · 1 comment

Comments

@stedonnelly
Copy link

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?

@bennybp
Copy link
Member

bennybp commented Aug 2, 2023

Sorry about that. This is fixed in #278, which should be merged very soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants