Skip to content

Commit

Permalink
Update ChangeLog.md (#147)
Browse files Browse the repository at this point in the history
* Update ChangeLog.md with description of discretize_bath interface
  • Loading branch information
jkarp314 authored Mar 2, 2022
1 parent 6b874e7 commit 6286a9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ alternate Delta Interface that allows users to provide
the hybridization function and the non-interacting
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.
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.

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

### General
Expand Down

0 comments on commit 6286a9f

Please sign in to comment.