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
for the rescue test data, this scipt will meet error:
from dftio.io.rescu.rescu_parser import RescuParser a_rescu_parser = RescuParser(root=r'F:\new_develop\test\dftio\test\data\rescu_calc\scf', prefix='results') a_ham_dict, an_overlap_dict, a_density_dict = a_rescu_parser.get_blocks(idx=0, hamiltonian=True, overlap=True, density_matrix=False)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for the rescue test data, this scipt will meet error:
The text was updated successfully, but these errors were encountered: