Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Commit cf7ffbc

Browse files
author
Matthias Krauss
committed
Fixed minor bug in doc of LevelModel class
1 parent 9bf974e commit cf7ffbc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/qdyn/model.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ class LevelModel:
8282
``user_reals``, ``user_logicals``, or ``user_ints`` section of the
8383
config file, depending on the type of the value
8484
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`.
9595
"""
9696

9797
def __init__(self):

0 commit comments

Comments
 (0)