Skip to content

Commit

Permalink
update README to mention quimb_gate function
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Nov 20, 2024
1 parent 053d8fc commit e4d4011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ pip install qiskit-quimb

## Usage

The `qiskit_quimb` module exposes two functions:
The `qiskit_quimb` module exposes three functions:

- `quimb_circuit`: Converts a Qiskit circuit to a quimb circuit. This is probably the function you want to use.
- `quimb_gates`: Converts a Qiskit circuit to a list of quimb gates, which is a bit more flexible.
- `quimb_gate`: Converts a Qiskit gate to a quimb gate.

## Code example

Expand Down

0 comments on commit e4d4011

Please sign in to comment.