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

Merge develop into main for release. #283

Merged
merged 321 commits into from
Dec 12, 2023
Merged

Merge develop into main for release. #283

merged 321 commits into from
Dec 12, 2023

Conversation

fdmalone
Copy link
Collaborator

No description provided.

fdmalone and others added 29 commits August 18, 2023 16:05
It's convenient to just build from hdf5 and a bit more elegant to use
the driver's factories rather than the boilerplate functions that exist
in calc.
Add default option None for walkers in AFQMC build. 
#252
Co-authored-by: Joonho Lee <[email protected]>
Co-authored-by: Fionn Malone <[email protected]>
#261)

It bypasses the need for complex rchol local energy functions for NOCI
trial with complex orbitals.
We use real-valued cholesky vectors in that case without half-rotation.

---------

Co-authored-by: Joonho Lee <[email protected]>
Co-authored-by: Fionn Malone <[email protected]>
The mpi tests failing was a red herring. The examples were failing
because of #278, this sent a signal to the other tests to fail but I'm
guessing the error was only received on the root process so the MPI jobs
would hang. I've set a timeout for these for the moment but there may be
a more sensible thing to do.
This function assumed the cholesky intermediate was real in an attempt
to save some multiplications. This assumption is incorrect in general.
This fortunately did not lead to incorrect results as the formula held
for both real and complex input A, which explains why the unit tests
passed. Removes this in favour of * for element wise multiplication.
Also force more complex walkers in the tests to exercise the code path.

Fixes #275
1. without using convert-phase (which is default False for Dice), there
will be errors of writing wfn.
2. work around AttributeError: module 'ipie' has no attribute
'__version__' sometimes

---------

Co-authored-by: Tong Jiang <[email protected]>
Co-authored-by: Fionn Malone <[email protected]>
Co-authored-by: Fionn Malone <[email protected]>
@fdmalone fdmalone merged commit 2490531 into main Dec 12, 2023
7 checks passed
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

Successfully merging this pull request may close these issues.

5 participants