From 969874bbbafccfd8557508f7c193599d56d75d15 Mon Sep 17 00:00:00 2001 From: loganbvh Date: Thu, 15 Jul 2021 13:28:16 -0500 Subject: [PATCH] Update main.py --- sequencing/sequencing/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sequencing/sequencing/main.py b/sequencing/sequencing/main.py index 952d7c3..266ad65 100644 --- a/sequencing/sequencing/main.py +++ b/sequencing/sequencing/main.py @@ -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. @@ -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).