Skip to content

Commit

Permalink
docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmoutinho committed Feb 12, 2024
1 parent 8dd3f30 commit 942b3a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qadence_libs/constructors/feature_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def feature_map(
Example:
```python exec="on" source="material-block" result="json"
from qadence import feature_map, BasisSet, ReuploadScaling
from qadence_libs import feature_map, BasisSet, ReuploadScaling
fm = feature_map(3, fm_type=BasisSet.FOURIER)
print(f"{fm = }")
Expand Down
2 changes: 1 addition & 1 deletion qadence_libs/constructors/hea.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def hea(
Examples:
```python exec="on" source="material-block" result="json"
from qadence import RZ, RX
from qadence import hea
from qadence_libs import hea
# create the circuit
n_qubits, depth = 2, 4
Expand Down
2 changes: 1 addition & 1 deletion qadence_libs/constructors/qft.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def qft(
Examples:
```python exec="on" source="material-block" result="json"
from qadence import qft
from qadence_libs import qft
n_qubits = 3
Expand Down

0 comments on commit 942b3a5

Please sign in to comment.