Skip to content

Commit

Permalink
maybe this is better?
Browse files Browse the repository at this point in the history
  • Loading branch information
austingmhuang committed Jul 25, 2024
1 parent 170919a commit c4f6c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pennylane/registers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

def registers(register_dict):
"""
Returns a dictionary that maps register names to :class:`~.Wires`
This function helps us group qubits and abstract away the finer details of running quantum
algorithms. Wire register names and their total number of wires are typically known in advance,
but managing the specific wire range for each register can be a challenge. The ``qml.registers()``
Expand Down

0 comments on commit c4f6c7e

Please sign in to comment.