Skip to content

Commit 6f929ac

Browse files
committed
see previous commit
1 parent 5c814ea commit 6f929ac

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/quera_ahs_utils/plotting.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ def show_register(
2727
2828
Args:
2929
register (AtomArrangement): A given register
30-
blockade_radius (float): The blockade radius for the register. Default is 0
31-
what_to_draw (str): Either "bond" or "circle" to indicate the blockade region.
32-
Default is "bond"
33-
show_atom_index (bool): Whether showing the indices of the atoms. Default is True
30+
blockade_radius (float): Default is 0. The blockade radius for the register.
31+
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.
3433
3534
"""
3635
filled_sites = [site.coordinate for site in register if site.site_type == SiteType.FILLED]
@@ -65,7 +64,7 @@ def show_global_drive(drive, axes=None, **plot_ops):
6564
"""Plot the driving field
6665
Args:
6766
drive (DrivingField): The driving field to be plot
68-
axes: matplotlib axis to draw on
67+
axes: Default is None. matplotlib axis to draw on
6968
**plot_ops: options passed to matplitlib.pyplot.plot
7069
"""
7170

0 commit comments

Comments
 (0)