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
4 changes: 2 additions & 2 deletions sequencing/sequencing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def run(
c_ops=None,
e_ops=None,
options=None,
only_final_state=True,
only_final_state=False,
progress_bar=None,
):
"""Simulate the sequence using qutip.mesolve.
Expand All @@ -119,7 +119,7 @@ def run(
Note: defaults to max_step = 1.
only_final_state (optional, bool): Whether to query the system's state
at only the initial and final times rather than at every time step
in the Hamiltonian. Default: True.
in the Hamiltonian. Default: False.
progress_bar (optional, None): Whether to use qutip's progress bar.
Default: None (no progress bar).

Expand Down