Skip to content

Commit 246cac8

Browse files
weinbe58johnzl-777
andauthored
Update src/quera_ahs_utils/plotting.py
Co-authored-by: John Long <[email protected]>
1 parent 6f929ac commit 246cac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quera_ahs_utils/plotting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def show_register(
2929
register (AtomArrangement): A given register
3030
blockade_radius (float): Default is 0. The blockade radius for the register.
3131
what_to_draw (str): Default is "bond". Either "bond" or "circle" to indicate the blockade region.
32-
show_atom_index (bool): Default is True. Whether showing the indices of the atoms.
32+
show_atom_index (bool): Default is True. Choose if each atom's index is displayed over the atom itself in the resulting figure.
3333
3434
"""
3535
filled_sites = [site.coordinate for site in register if site.site_type == SiteType.FILLED]

0 commit comments

Comments
 (0)