Skip to content

Commit b1eb8bd

Browse files
Allow Bool types in internal functioin
1 parent f7543ea commit b1eb8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time_evolution/brmesolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function _brterm(
9797
a_op::T,
9898
spectra::F,
9999
sec_cutoff::Real,
100-
fock_basis::Union{Val{true},Val{false}},
100+
fock_basis::Union{Bool,Val},
101101
) where {T<:QuantumObject{Operator},F<:Function}
102102
_check_br_spectra(spectra)
103103

0 commit comments

Comments
 (0)