This commit is contained in:
Rebecca Dimock 2024-08-06 11:26:32 -05:00
parent 53fe255100
commit c457e9fa24
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ description: On the implementation of arbitrary unitary matrices on qubits
# Synthesize unitary operations
## What's required
### What's required
Running the code in this topic requires Qiskit SDK 1.0 or later, with visualization support ( pip install 'qiskit[visualization]' ).
Running the code in this topic requires Qiskit SDK 1.0 or later, with visualization support ( `pip install qiskit[visualization]` ).
To learn about the latest changes to Qiskit SDK 1.0, review the most recent [release notes.](/api/qiskit/release-notes)
## Introduction