Skip to content

Releases: WagnerGroup/pyqmc

Release v0.6.0

17 May 14:16
2226cfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

Release 0.5.1

03 Dec 15:40
dc36233
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

Release 0.5.0

23 Sep 14:04
0b7374b
Compare
Choose a tag to compare

Improvements:

  • Various speed improvements (up to 50% faster)
  • Much faster TurboRVB Jastrow (J3)
  • Improved t-moves algorithm from Anderson and Umrigar
  • Stability improvements for solids
  • An initial implementation of parallel optimization of many excited states.

v0.4.1

13 Oct 14:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Aug 15:29
Compare
Choose a tag to compare

Top-line updates -- note that this version of pyqmc will not give results that are compatible with version 0.3.0.

  • Reorganization of the API; check the documentation; you will probably want to import pyqmc.api instead of just pyqmc
  • DMC algorithm is now using Umrigar's new algorithm with very small time step errors.
  • Redesign of Slater and multiple Slater wave function objects. Now support multiple Slater determinants for periodic systems
  • Initial GPU implementation using cupy. We have

Minor changes

  • Superposition wave function
  • Updated documentation
  • DMC now support complex wave functions
  • Performance improvements.
  • Various bugfixes, in particular for PBCs.

v0.3.0

23 Feb 13:48
11bdd82
Compare
Choose a tag to compare

Changelog:

  • Documentation and recipes improvements, including orthogonal optimization for excited states.
  • Better examples and some bugfixes

Full log:

11bdd82 (HEAD -> master, origin/master, origin/HEAD) Update VERSION
ddbb729 Merge pull request #247 from willwheelera/recipes
37132a4 fix hdf5 output for tutorial
b2cd56c Merge pull request #250 from willwheelera/periodic
5898092 Merge pull request #249 from willwheelera/small_changes
658ae9c Merge pull request #248 from willwheelera/black
56a7f90 Update README.md
7c94fe4 add pythonpath for tests
de220dd Fixed flake8 errors.
bd8abdf Create python-package.yml
b26679d fix bug using ProcessPoolExecutor with pbcs by removing nested ewald energy funtion in EnergyAccumulator
2427577 import recipe functions into init
4bf1bd4 black test_recover_pyscf.py
4679cac black test_accumulators.py
82e88a0 black test_shci_wf.py
43a556a black
673e986 add anchors kwarg to OPTIMIZE and run optimize_orthogonal
6245170 black recipes
777dba7 return wf in init
b1436cc black init
8d39525 Merge pull request #245 from WagnerGroup/documentation
0fb0f32 (origin/documentation, documentation) fixed accumulator example.
cbe77a3 changes to HOWTOs
d440480 Moved all snippets into one file.
dc79d06 Added HCI
e651f5e Fix some omissions.
c4f63b3 added some more snippets.
b105e4c more documentation updates.
91028ab updated the tutorial stuff.
cb1bf04 improved tutorial
1557304 Merge pull request #244 from WagnerGroup/documentation
a85d0e3 Added some documentation.
cbf3e89 Orbital symmetry (#243)
de8e933 (origin/orbital_symmetry, orbital_symmetry) added optimize_zeros to default_multislater
a2f30a3 Added an option to only optimize the large MO coefficients in a given (#242)
74a9e14 Added an option to only optimize the large MO coefficients in a given orbital.
a505333 remove python-publish2.yml

Bug fixes and excited state optimization

29 Dec 15:46
86a0e23
Compare
Choose a tag to compare
v0.2.5

Create python-publish2.yml

Updates/bug fixes, and testing out github actions.

12 Jun 14:59
205f20f
Compare
Choose a tag to compare
v0.2.3

Create python-publish.yml