Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove three_level_atom #2221

Merged
merged 2 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/QuTiP_tree_plot/qutip-structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
# States
("#007143", {
"states", "continuous_variables", "qstate", "random_objects",
"three_level_atom",
}),
# QIP
("#36d695", {"measurement"}),
Expand Down
8 changes: 0 additions & 8 deletions doc/apidoc/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ Random Operators and States
:members: rand_dm, rand_herm, rand_ket, rand_stochastic, rand_unitary, rand_super, rand_super_bcsz


Three-Level Atoms
-----------------

.. automodule:: qutip.three_level_atom
:members: three_level_basis, three_level_ops
:undoc-members:


Superoperators and Liouvillians
-------------------------------

Expand Down
1 change: 0 additions & 1 deletion qutip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
from .partial_transpose import *
from .continuous_variables import *
from .distributions import *
from .three_level_atom import *


# utilities
Expand Down
24 changes: 0 additions & 24 deletions qutip/tests/test_three_level.py

This file was deleted.

74 changes: 0 additions & 74 deletions qutip/three_level_atom.py

This file was deleted.