Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnus committed Oct 20, 2022
1 parent 9502ca4 commit 0c36c53
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Vayesta 1.0.1 (19/10/2022)
==========================

Additions
---------
- Symmetry operations as contextmanager (see examples ewf/molecules/73 and ewf/molecules/74)
- Inversion and reflection symmetry
- Direct contraction of ERI blocks with 2-DM cumulant blocks for RCCSD,
without building complete cluster 2-DM cumulant.
- Support for two DMET-cluster projectors in MP2-BNO construction
- EwDMET (energy-weighted DMET) bath orbitals
- CISD initial guess for CCSD solver

Fixes
-----
- MPI SCF decorator for molecules with density-fitting
- Wrong shape bug in UMP2-BNO construction in large systems
- Wrong shape bug for rotational symmetry for basis sets with
multiple l>0 shells per PySCF bas index

Vayesta 1.0.0 (12/10/2022)
==========================

Initial release
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Vayesta
Vayesta is a Python package for performing correlated wave function-based quantum embedding in
*ab initio* molecules and solids, as well as lattice models.

Installation and quickstart guides can be found in the [documentation](https://boothgroup.github.io/Vayesta/intro.html).
* [Documentation](https://boothgroup.github.io/Vayesta/intro.html)
* [Quickstart](https://boothgroup.github.io/Vayesta/quickstart/index.html)
* [Changelog](../master/CHANGELOG)


Installation
Expand Down
2 changes: 1 addition & 1 deletion vayesta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .mpi import init_mpi


__version__ = '1.0.0'
__version__ = '1.0.1'

# Command line arguments
args = cmdargs.parse_cmd_args()
Expand Down

0 comments on commit 0c36c53

Please sign in to comment.