Skip to content

Commit ff1c2c4

Browse files
authored
Update README.md
1 parent f0a5f4d commit ff1c2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To load an algorithm as a PyQASM module, use the `load_algorithm` function from
7070
```python
7171
from qbraid_algorithms import qft
7272

73-
qft_module = qft.load_algorithm(3) # Load QFT for 3 qubits
73+
qft_module = qft.load_program(3) # Load QFT for 3 qubits
7474
```
7575

7676
Now, you can perform operations with the PyQASM module, such as unrolling, and

0 commit comments

Comments
 (0)