diff --git a/docs/api.md b/docs/api.md index d87b8fe00..82ae5a918 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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. \ No newline at end of file