Skip to content

Commit

Permalink
Closes #2209 Implement draw_circuit( method
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkintrevo committed Aug 1, 2024
1 parent 994a1d6 commit cefbfa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@
## `execute_circuit(self)`
- **Purpose**: Executes the quantum circuit and retrieves the results.
- **Usage**: Used to run the entire set of quantum operations and measure the outcomes.

## `draw_circuit(self)`
- **Purpose**: Visualizes the quantum circuit.
- **Usage**: Provides a graphical representation of the quantum circuit for better understanding.
- **Note**: Just a pass through function, will use underlying libraries
method for drawing circuit.

0 comments on commit cefbfa9

Please sign in to comment.