File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] ( https://github.com/qutip/QuantumToolbox.jl/tree/main )
99
10+ - Add functions for ` brmesolve `
11+
1012## [ v0.31.1]
1113Release date: 2025-05-16
1214
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ function _brterm(
110110 _check_br_spectra (spectra)
111111
112112 U, N = rst. vectors, prod (rst. dimensions)
113+ Id = I (N)
113114
114115 skew = @. rst. values - rst. values' |> real
115116 spectrum = spectra .(skew)
@@ -125,7 +126,6 @@ function _brterm(
125126 ac_term .*= m_cut
126127 bd_term .*= m_cut
127128
128- Id = I (N)
129129 vec_skew = vec (skew)
130130 M_cut = @. abs (vec_skew - vec_skew' ) < sec_cutoff
131131 end
You can’t perform that action at this time.
0 commit comments