Skip to content

Commit

Permalink
Updated ext link in machine
Browse files Browse the repository at this point in the history
  • Loading branch information
edyounis committed Oct 17, 2023
1 parent 7ce7713 commit 3643c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bqskit/compiler/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def __init__(
ValueError: If `num_qudits` is nonpositive.
Note:
Pre-built models for many active QPUs exist in the `bqskit.ext`
package.
Pre-built models for many active QPUs exist in the
:obj:`~bqskit.ext` package.
"""

if not is_integer(num_qudits):
Expand Down

0 comments on commit 3643c0b

Please sign in to comment.