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

v1.1.0 to v1.2.0 commits #18

Merged
merged 2 commits into from
Dec 13, 2023
Merged

v1.1.0 to v1.2.0 commits #18

merged 2 commits into from
Dec 13, 2023

Conversation

dihm
Copy link
Contributor

@dihm dihm commented Dec 13, 2023

This PR updates rydiqule to v1.2.0.

This release fixes a few small bugs (especially with inaccurate type hints), updates documentation, and adds a number of small features on the path to full hyperfine support. Please read the changelog for details. Note that new features are subject to changes in implementation as well as possibly the interface as we move forward to full hyperfine support.

Important changes:

  • Arbitrary energy level shifts are now supported in Sensor! This allows for the manual definition of DC Stark shifts or DC Larmour shifts to states in Sensor. These shifts are also scannable as other parameters.

  • States may now be labeled via strings or integers (current default). Specification is done at Sensor creation where the basis kwarg can now accept a list of ints and strings. The new method Sensor.states_with_label allows for regex selection of groups of states by label.

  • Level Diagram plots are slightly more intelligent by default. This is done by leveraging the output of Sensor.get_rotating_frames to draw levels with appropriate higher/lower relative energy. Here is an arbitrary example showing a closed loop and an unconnected set of states.

    image

  • DEPRECATION: Sensor.basis and Solution.basis have been renamed to Sensor.dm_basis and Solution.dm_basis. All references to basis should now unambiguously refer to the atomic basis (ie number of states), and dm_basis refers to the basis of the density matrix elements (2*number of states -1).

@dihm dihm added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Dec 13, 2023
@dihm dihm merged commit 7c1362b into main Dec 13, 2023
2 checks passed
@dihm dihm deleted the release_1.2.0 branch December 13, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant