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

Fixes the size of the reduced charge matrix from eHT calculations #2864

Merged
merged 4 commits into from
Dec 27, 2019

Conversation

greglandrum
Copy link
Member

The matrix that was being returned was numAtoms x numAtoms. It should be numAtoms x numOrbitals. This fixes that.

The reference values in the tests are from a calculation run using the bind command line tool.

@greglandrum greglandrum added this to the 2019_09_3 milestone Dec 26, 2019
@bp-kelley
Copy link
Contributor

The failure was in the sim pickers, so I'm going to ignore it :)

@bp-kelley bp-kelley merged commit f959681 into rdkit:master Dec 27, 2019
greglandrum added a commit that referenced this pull request Jan 9, 2020
)

* Fix the shape of the reduced charge matrix

* Test reduced charge mat

* update python tests

* add numOrbitals, numElectrons to results structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants