Skip to content

Commit

Permalink
Update documentation to reflect that mixtures of bosonic and fermioni…
Browse files Browse the repository at this point in the history
…c baths are supported.
  • Loading branch information
hodgestar committed Feb 13, 2023
1 parent c67a010 commit 3254bad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/guide/heom/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ at https://github.com/tehruhn/bofin/tree/main/examples.
Current implementation
----------------------

The current implementation is a rewrite of BoFiN in pure Python. It's
right-hand side construction has similar speed to BoFiN-fast, but is written
in pure Python. Built-in implementations of a variety of different baths
are provided, and a single solver is used for both fermionic and bosonic baths.
Multiple baths of the same kind (either fermionic or bosonic) may be
specified in a single problem, and there is good support for working with
the auxiliary density operator (ADO) state and extracting information from it.
The current implementation is a rewrite of BoFiN in pure Python. It's right-hand
side construction has similar speed to BoFiN-fast, but is written in pure
Python. Built-in implementations of a variety of different baths are provided,
and a single solver is used for both fermionic and bosonic baths. Multiple baths
of either the same kind, or a mixture of fermionic and bosonic baths, may be
specified in a single problem, and there is good support for working with the
auxiliary density operator (ADO) state and extracting information from it.

The code was written by Neill Lambert and Simon Cross.

0 comments on commit 3254bad

Please sign in to comment.