-
Notifications
You must be signed in to change notification settings - Fork 147
[WIP] Batched converter #5231
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
base: develop
Are you sure you want to change the base?
[WIP] Batched converter #5231
Conversation
tests need to be updated to match. unfortunately, if b3lyp is called like in most examples, DFT gives different values as the definition of B3LYP has changed in the past years and new QMC runs are needed. Help to create tests is required @prckent @Hyeondeok-Shin |
Suggesting a fast route to get this merged:
|
@@ -20,7 +20,24 @@ def savetoqmcpack(cell,mf,title="Default",kpts=[],kmesh=[],sp_twist=[],weight=1. | |||
from pyscf.pbc import tools | |||
from numpy import empty | |||
import numpy | |||
|
|||
|
|||
# Try to import cupy, but set a flag if it's unavailable |
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 needed for compatibility with gpu2pyscf or can it be removed?
Please review the developer documentation
on the wiki of this project that contains help and requirements.
Proposed changes
Describe what this PR changes and why. If it closes an issue, link to it here
This PR introduces 2 changes:
What type(s) of changes does this code introduce?
Delete the items that do not apply
New feature
Documentation or build script changes
Other (please describe):
Does this introduce a breaking change?
What systems has this change been tested on?
-Endymion (personal Server - AMD ROME 7503 - NVIDIA Geforce RTX 4070 Titanium Super)
Checklist
Update the following with a yes where the items apply. If you're unsure about any of them, don't hesitate to ask. This is
simply a reminder of what we are going to look for before merging your code.