Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/algorithms/time_evolution/trotter_gate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ function _trotterize_1site!(gates::Vector, H::LocalOperator, dt::Number)
end

"""
Trotterize nearest neighbor terms (grouped with 1-site terms)
in the Hamiltonian `H`.
Trotterize nearest neighbor terms in the Hamiltonian `H`.
"""
function _trotterize_nn2site!(
gates::Vector, H::LocalOperator, dt::Number; force_mpo::Bool = false
Expand Down
Loading