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

Integrals are incorrect for p-orbitals #5

Closed
ChiCheng45 opened this issue Nov 13, 2015 · 1 comment
Closed

Integrals are incorrect for p-orbitals #5

ChiCheng45 opened this issue Nov 13, 2015 · 1 comment
Assignees

Comments

@ChiCheng45
Copy link
Owner

print([i, j, a, b])
print(self.repulsion_dictionary[(i, j, a, b)] - self.repulsion_dictionary[(a, b, i, j)])

[5, 5, 5, 0]
-0.00660452979902
[5, 5, 5, 1]
0.00443134575288
[5, 5, 5, 2]
-0.0181860365038

The integrals with p-orbitals aren't producing the correct numbers.

@ChiCheng45 ChiCheng45 self-assigned this Nov 14, 2015
@ChiCheng45
Copy link
Owner Author

fixed

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

1 participant