Skip to content

Releases: nikolasibalic/ARC-Alkali-Rydberg-Calculator

ARC v3.1.1

04 Nov 23:30
Compare
Choose a tag to compare

This release fixes important bugs, and adds new functionality:

  • Adds support for hyperfine structure calculations (many thanks to @jonathanpritchard #87 ) - see ARC_3_1_Additions.ipynb or ARC_3_1_Additions.html for more details
  • Fixes bug that caused low-ell states not to be included when calculating quadrupole-quadrupole interactions in the PairStateInteractions (many thanks to @SylvainDLDK #81 )
  • Fixes wrong energy units returned by StarkMap.getState (many thanks to @Dobrzyniecki #85 )
  • Improves precision of high \ell states by incorporating scalling of quantum defects for \ell >4 (many thanks to @rbrown137 #80)
  • Adds support for formatting SI prefixes in LevelPlot (many thanks to @petermao #71 )

ARC v3.0.21

10 Sep 14:02
Compare
Choose a tag to compare

This release fixes the bug with Calcium40 Quantum defects that was affect 1S_0, 1P_1 and 1F_3 states (see issue #78 )

ARC v3.0.20

02 Aug 09:44
Compare
Choose a tag to compare

Minor release, fixing #75

ARC v3.0.19

15 Jun 17:35
Compare
Choose a tag to compare

Fixes (#72) + new CI pipeline

Testing new CI pipeline

15 Jun 17:18
1eb858f
Compare
Choose a tag to compare
v3.0.18beta

Update pypi_linux.yaml

ARC version 3.0.17

15 Jun 17:05
1eb858f
Compare
Choose a tag to compare

Checking new CI pipeline.

ARC version 3.0.15

15 Jun 17:00
Compare
Choose a tag to compare

Checking new CI pipeline

ARC version 3.0.12

12 May 10:09
Compare
Choose a tag to compare

Minor release:

  • fixes (#64 #61)
  • provides selection of units for plots (#65, contribution by Peter Mao)

ARC version 3.0.8

12 Jan 12:48
Compare
Choose a tag to compare

Minor update:

  • Added low-lying data for Ca and Yb from NIST database (7a54688, eb9a185)
  • Updated Rb-85 quantum defects for g states (more precise experimental values are now available) (c3ae0eb)
  • Fixed picker issue under new matplotlib version for interactive plots (4dbdaf1)

ARC 3.0.2

06 Aug 10:20
Compare
Choose a tag to compare

Minor bug fixes:

  • when calculating StarkMap for very low lying states, it is possible now to include nMin below ground state, and ARC will add then to the basis states whose principal quantum number is below the ground state p.q.n, but whose energies are above the ground state energy (b42c72b).
  • fixed DynamicPolarizabilty for J=0 states: before in calculation tensor polarisability ValueError would be emitted, but now it just correctly returns 0 for tensor polarisability (421bf8c).