@@ -82,16 +82,16 @@ class LevelModel:
82
82
``user_reals``, ``user_logicals``, or ``user_ints`` section of the
83
83
config file, depending on the type of the value
84
84
85
- After instantiation, the attributes `t0`, `T`, `nt`, `prop_method`,
86
- `use-mcwf`, and `construct_mcwf_ham` are all set via
87
- :meth:`set_propagation`. Operators and pulses are added to the system
88
- through :meth:`add_ham`, :meth:`add_observable`, and
89
- :meth:`add_lindblad_op`. States are added through :meth:`add_state`.
90
- Both the general OCT settings (OCT section in the QDYN config file) and
91
- OCT-related settings for each control pulse are controlled through
92
- :meth:`set_oct`. After the model has been constructed, a config file
93
- and all dependent data input files for the operators, pulses, and
94
- states can be written via :meth:`write_to_runfolder`.
85
+ After instantiation, the attributes `t0`, `T`, `nt`, `prop_method`,
86
+ `use-mcwf`, and `construct_mcwf_ham` are all set via
87
+ :meth:`set_propagation`. Operators and pulses are added to the system
88
+ through :meth:`add_ham`, :meth:`add_observable`, and
89
+ :meth:`add_lindblad_op`. States are added through :meth:`add_state`.
90
+ Both the general OCT settings (OCT section in the QDYN config file) and
91
+ OCT-related settings for each control pulse are controlled through
92
+ :meth:`set_oct`. After the model has been constructed, a config file
93
+ and all dependent data input files for the operators, pulses, and
94
+ states can be written via :meth:`write_to_runfolder`.
95
95
"""
96
96
97
97
def __init__ (self ):
0 commit comments