We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a5f4d commit ff1c2c4Copy full SHA for ff1c2c4
1 file changed
README.md
@@ -70,7 +70,7 @@ To load an algorithm as a PyQASM module, use the `load_algorithm` function from
70
```python
71
from qbraid_algorithms import qft
72
73
-qft_module = qft.load_algorithm(3) # Load QFT for 3 qubits
+qft_module = qft.load_program(3) # Load QFT for 3 qubits
74
```
75
76
Now, you can perform operations with the PyQASM module, such as unrolling, and
0 commit comments