-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from isi-usc-edu/max-radin/overlaps
Updating LRE script to allow for overlaps to be specified per task
- Loading branch information
Showing
6 changed files
with
52 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"solver_uuid": "f2d73e1f-3058-43c4-a634-b6c267c84ff1", | ||
"algorithm_parameters": { | ||
"overlap_csv": "overlaps.csv", | ||
"df_threshold": 1e-3, | ||
"max_orbitals": 32 | ||
}, | ||
"algorithm_description": "Double factorized QPE resource estimates based on methodology of arXiv:2406.06335. Note that the truncation error is not included in the error bounds and that the SCF compute time is not included in the preprocessing time. Ground-state overlap is taken to be that estimated for the dominant CSF as estimated by DMRG and that this DMRG runtime is not included in the classical compute costs.", | ||
"contact_info": [ | ||
{ | ||
"name": "Max Radin", | ||
"email": "[email protected]", | ||
"institution": "L3Harris" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
task_uuid,overlap | ||
be3812d3-5975-4736-8a23-96d64e50e66a,0.7085974535652702 | ||
472bbfb1-c081-4df6-b966-32ce1194ab8c,0.9774145158534091 | ||
a41a284c-7baa-438e-9323-532091c7a78f,0.9985372277228635 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ install_requires = | |
openfermionpyscf | ||
numpy | ||
paramiko | ||
pandas | ||
|
||
|
||
[options.packages.find] | ||
|