Skip to content

Commit

Permalink
Generate qiskit-ibm-transpiler 0.9.3 API docs (#2503)
Browse files Browse the repository at this point in the history
This PR generates the docs for qiskit-ibm-transpiler v0.9.3

```bash
npm run gen-api -- -p qiskit-ibm-transpiler -v 0.9.3
```
  • Loading branch information
arnaucasau authored Dec 18, 2024
1 parent ab6c4ea commit 1d37e9f
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 93 deletions.
2 changes: 1 addition & 1 deletion docs/api/qiskit-ibm-transpiler/_package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "qiskit-ibm-transpiler",
"version": "0.9.2"
"version": "0.9.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ python_api_name: qiskit_ibm_transpiler.ai.AICliffordSynthesis

**Parameters**

**dag** ([*DAGCircuit*](/api/qiskit/qiskit.dagcircuit.DAGCircuit "(in Qiskit v1.3)")) – the dag on which the pass is run.
**dag** (*DAGCircuit*) – the dag on which the pass is run.

**Raises**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ python_api_name: qiskit_ibm_transpiler.ai.AILinearFunctionSynthesis

**Parameters**

**dag** ([*DAGCircuit*](/api/qiskit/qiskit.dagcircuit.DAGCircuit "(in Qiskit v1.3)")) – the dag on which the pass is run.
**dag** (*DAGCircuit*) – the dag on which the pass is run.

**Raises**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ python_api_name: qiskit_ibm_transpiler.ai.AIPermutationSynthesis

**Parameters**

**dag** ([*DAGCircuit*](/api/qiskit/qiskit.dagcircuit.DAGCircuit "(in Qiskit v1.3)")) – the dag on which the pass is run.
**dag** (*DAGCircuit*) – the dag on which the pass is run.

**Raises**

Expand Down
Loading

0 comments on commit 1d37e9f

Please sign in to comment.