Skip to content

Commit

Permalink
[doc] update Changelog for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed May 17, 2024
1 parent a78cc03 commit 8a799db
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

# Changelog

## Version 3.3.0

CTHYB version 3.3.0 is a compatibility release for TRIQS version 3.3.0 including an update to the latest app4triqs skeleton.
This release includes the fixes of Version 3.2.1 related to the G2 measurements (see below for details).

We thank all contributors: Thomas Hahn, Alexander Hampel, Henri Menke, Hugo U. R. Strand, Nils Wentzell

Find below an itemized list of changes in this release.

### General
* polish delta(t) diag imag warning
* benchmark: update measure_g2 hubbard_atom_2bath scripts

### doc
* Clarify install instructions with regards to NFFT dependency

### jenkins
* Add ubuntu-intel build
* For sanitized build use RelWithDebInfo build mode


## Version 3.2.1

CTHYB version 3.2.1 is a patch release contains an important bugfix
Expand Down Expand Up @@ -97,10 +118,10 @@ local Hamiltonian instead of the Weiss-field.

### Delta Interface

The Delta Interface allows the user to provide the hybridization function directly instead of providing G0_iw.
It can be used by setting delta_interface=True when initializing the solver object.
The Delta Interface allows the user to provide the hybridization function directly instead of providing G0_iw.
It can be used by setting delta_interface=True when initializing the solver object.
When calling the solver, the quadratic part of the local Hamiltonian must be provided with the parameter h_loc0, which is a many body operator like h_int.
The Solver.G0_iw and Solver.Delta_infty objects cannot be accessed while using the Delta Interface.
The Solver.G0_iw and Solver.Delta_infty objects cannot be accessed while using the Delta Interface.

We provide a more detailed description of the changes and fixes below.

Expand Down

0 comments on commit 8a799db

Please sign in to comment.