From 3254bada85cbcef89f6c17a45a76cd59327a091e Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Mon, 13 Feb 2023 15:18:55 +0100 Subject: [PATCH] Update documentation to reflect that mixtures of bosonic and fermionic baths are supported. --- doc/guide/heom/history.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/guide/heom/history.rst b/doc/guide/heom/history.rst index 1328a1e949..dedcdf4922 100644 --- a/doc/guide/heom/history.rst +++ b/doc/guide/heom/history.rst @@ -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.