We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526609f commit 0717745Copy full SHA for 0717745
1 file changed
src/rydiqule/atom_utils.py
@@ -26,13 +26,13 @@
26
Alkali atoms defined by ARC that can be used with :class:`~.Cell`.
27
"""
28
29
-def _load_arc_atom(atom_flag: str) -> 'arc.alkali_atom_data.Alkali_Atom':
+def _load_arc_atom(atom_flag: str) -> 'arc.alkali_atom_data.AlkaliAtom':
30
31
Function that lazy loads ARC atoms from :external+arc:module:`~arc.alkali_atom_data`
32
33
Returns
34
-------
35
- arc.alkali_atom_data.Alkali_Atom
+ arc.alkali_atom_data.AlkaliAtom
36
ARC alkali atom class associated with the provided atom_flag.
37
38
0 commit comments