Skip to content

Commit

Permalink
Fixed docstring typos in bloch_redfield_master
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored May 31, 2019
1 parent 8c48d2e commit 1a56b92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/bloch_redfield_master.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ using LinearAlgebra, SparseArrays
"""
bloch_redfield_tensor(H, a_ops; J=[], use_secular=true, secular_cutoff=0.1)
Create the super-operator for the Bloch-Redfield master equation such that ``\\dot ρ = R ρ`` based on the QuTiP implementation.
Create the super-operator for the Bloch-Redfield master equation such that ``\\dot ρ = R ρ`` based on the QuTiP implementation.
See QuTiP's documentation (http://qutip.org/docs/latest/guide/dynamics/dynamics-bloch-redfield.html) for more information and a brief derivation.
See QuTiP's documentation (http://qutip.org/docs/latest/guide/dynamics/dynamics-bloch-redfield.html) for more information and a brief derivation.
# Arguments
# Arguments
* `H`: Hamiltonian.
* `a_ops`: Nested list of [interaction operator, callback function] pairs for the Bloch-Redfield type processes where the callback function describes the environment spectrum for the corresponding interaction operator.
The spectral functions must take the angular frequency as their only argument.
Expand Down

0 comments on commit 1a56b92

Please sign in to comment.