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

Organize arguments of functions and apply colorblind_safe option #2170

Merged
merged 58 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
0e48b29
add class Color
tamakoshi2001 Jun 2, 2023
bd1a4c6
class Color file
tamakoshi2001 Jun 2, 2023
9365b22
delete japanese comment
tamakoshi2001 Jun 2, 2023
a043efe
merge plot spin distribution functions for 2d and 3d into one
tamakoshi2001 Jun 4, 2023
7b6ec74
organize arguments of hinton
tamakoshi2001 Jun 5, 2023
9e71b23
minor change
tamakoshi2001 Jun 5, 2023
2172e74
minor change2
tamakoshi2001 Jun 5, 2023
a654901
delete class Color and change arguments of new_hinton
tamakoshi2001 Jun 7, 2023
92317c1
change logic to add label to operket and operbra
tamakoshi2001 Jun 9, 2023
201e691
add docstring for hinton superoperator
tamakoshi2001 Jun 9, 2023
693541e
change hinton, matrix_histogram_complex and plot_energy_levels
tamakoshi2001 Jun 12, 2023
b85d5fa
finish hinton, matrix_histogram_complex and plot_energy_levels
tamakoshi2001 Jun 16, 2023
e60820e
follow pep8
tamakoshi2001 Jun 16, 2023
8fbd9f9
follow pep8
tamakoshi2001 Jun 16, 2023
cd40c75
bug fix
tamakoshi2001 Jun 16, 2023
5997b12
work on other functions
tamakoshi2001 Jun 19, 2023
9f49d63
delete repeated part
tamakoshi2001 Jun 19, 2023
439405a
delete plot_spin_distribution_2d and 3d
tamakoshi2001 Jun 19, 2023
0bd999f
fixed minor error
tamakoshi2001 Jun 19, 2023
ac72dc8
revert change
tamakoshi2001 Jun 19, 2023
71e4037
change doc and add towncrier
tamakoshi2001 Jun 20, 2023
deae31d
change in color, matrix_histogram, plot_energy_levels
tamakoshi2001 Jun 25, 2023
1754d16
Merge branch 'master' into GSoC_project6_week1
tamakoshi2001 Jun 25, 2023
ec74936
change the name of arguments to represent matrix basis
tamakoshi2001 Jun 25, 2023
8fddbf1
change the name of arguments to represent matrix basis
tamakoshi2001 Jun 25, 2023
607a8e4
Merge branch 'GSoC_project6_week1' of github.com:tamakoshi2001/qutip …
tamakoshi2001 Jun 25, 2023
459f9ce
add projection
tamakoshi2001 Jun 25, 2023
7fbdd76
add azim and elev
tamakoshi2001 Jun 25, 2023
02bf195
pep8
tamakoshi2001 Jun 26, 2023
f40e18a
pep8
tamakoshi2001 Jun 26, 2023
7955462
revert change to matrix_histogram to make PR mergiable
tamakoshi2001 Jun 26, 2023
9f4c0e4
bugfix
tamakoshi2001 Jun 26, 2023
b724b6e
edit docstring and sort arguments
tamakoshi2001 Jun 27, 2023
e9c1703
delete zlim option in matrix_histogram_complex to follow pep8
tamakoshi2001 Jun 30, 2023
21fa48b
change note format
tamakoshi2001 Jun 30, 2023
1dabc31
fix bugs when the size of axes varies
tamakoshi2001 Jun 30, 2023
c372c75
pep8
tamakoshi2001 Jun 30, 2023
60ea3d3
fig, axes objects
tamakoshi2001 Jun 30, 2023
b2b7880
pep8
tamakoshi2001 Jun 30, 2023
2e879b1
delete all deprecated functions
tamakoshi2001 Jul 4, 2023
249235e
sort import modules and delete plot_wigner_fock
tamakoshi2001 Jul 4, 2023
813e474
add plot_expectation_values which is mistakenly deleted
tamakoshi2001 Jul 4, 2023
57770cb
remove title
tamakoshi2001 Jul 4, 2023
0c8ab12
change positions of parentheses
tamakoshi2001 Jul 4, 2023
abf9228
set default values
tamakoshi2001 Jul 4, 2023
0c04149
use cyclic cmap for phase plot
tamakoshi2001 Jul 4, 2023
3d86ec6
add range for theta and phi in sphereplot
tamakoshi2001 Jul 4, 2023
4e20172
add range for plot_spin_distribution
tamakoshi2001 Jul 4, 2023
11fcab9
add color for plot_fock_distribution
tamakoshi2001 Jul 4, 2023
b97b516
add pad
tamakoshi2001 Jul 4, 2023
8e4d759
add default ticklabels in matrix_histogram_complex
tamakoshi2001 Jul 4, 2023
20ccd55
Merge branch 'master' into GSoC_project6_week1
tamakoshi2001 Jul 4, 2023
39498f2
make function to follow pep8
tamakoshi2001 Jul 4, 2023
84708e7
To solve conflict
tamakoshi2001 Jul 4, 2023
18f26f3
delete deprecated functions and add new functions in apidoc
tamakoshi2001 Jul 4, 2023
0d0e92b
delete alpha and add xvec and yvec
tamakoshi2001 Jul 5, 2023
cbf8671
replace offset with fock_numbers(xticklabels)
tamakoshi2001 Jul 5, 2023
e98bb7b
change the way to make labels in matrix_histogram_complex and delete …
tamakoshi2001 Jul 7, 2023
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 qutip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from qutip.settings import settings
import qutip.version
from qutip.version import version as __version__

# -----------------------------------------------------------------------------
# Look to see if we are running with OPENMP
#
Expand Down