-
Notifications
You must be signed in to change notification settings - Fork 105
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
Wave function compact visualization #376
Conversation
return sum(1 for (k, v) in self.raw_items() if abs(v) > 1e-6) | ||
return sum(1 for _ in self.raw_items()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change on purpose? I'm guessing you branched off before #375?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did it but I overwrote the code by mistake. Should I make a new one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new commit? Yes, or amend this one to remove the change. (Unless I misunderstood and you mean the change was on purpose?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it wasn't on purpose. I made a new commit.
Co-authored-by: Oliver Hüttenhofer <[email protected]>
Co-authored-by: Oliver Hüttenhofer <[email protected]>
Good to go? |
I think so, yes. |
for h2 hcb is a bit slower (overhead due to changes in orbopt function, not dramatic)
merging. No idea what the issue is with the psi4 installation in the tests (works locally) |
No description provided.