Skip to content

Commit f7f97df

Browse files
authored
Merge pull request #114 from EmielSlootman/master
Added Single-electron move Jastrow
2 parents 8c07208 + a72211e commit f7f97df

14 files changed

+20531
-2429
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ $(htmlize_el):
188188

189189
tests/chbrclf.h: $(qmckl_h)
190190

191-
tests/n2.h: $(qmckl_h)
191+
include/n2.h: $(qmckl_h)
192192

193193
cppcheck: cppcheck.out
194194

org/README.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ grep TITLE $(cat table_of_contents) | tr ':' ' '
3131
| qmckl_determinant.org | #+TITLE | Slater | Determinant | |
3232
| qmckl_sherman_morrison_woodbury.org | #+TITLE | Sherman-Morrison-Woodbury | | |
3333
| qmckl_jastrow_champ.org | #+TITLE | CHAMP | Jastrow | Factor |
34+
| qmckl_jastrow_champ_single.org | #+TITLE | CHAMP | Jastrow | Single |
3435
| qmckl_local_energy.org | #+TITLE | Local | Energy | |
3536
| qmckl_trexio.org | #+TITLE | TREXIO | I/O | library |
3637
| qmckl_tests.org | #+TITLE | Data | for | Tests |
@@ -62,6 +63,7 @@ return '\n'.join(result)
6263
- [[./qmckl_determinant.html][Slater Determinant]]
6364
- [[./qmckl_sherman_morrison_woodbury.html][Sherman-Morrison-Woodbury]]
6465
- [[./qmckl_jastrow_champ.html][CHAMP Jastrow Factor]]
66+
- [[./qmckl_jastrow_champ_single.html][CHAMP Jastrow Factor Single]]
6567
- [[./qmckl_local_energy.html][Local Energy]]
6668
- [[./qmckl_trexio.html][TREXIO I/O library]]
6769
- [[./qmckl_tests.html][Data for Tests]]

0 commit comments

Comments
 (0)