Skip to content

Commit 03f533f

Browse files
authored
removed toqm from intro to qiskit page (#1582)
Removed Qiskit TOQM item from the intro to qiskit page as it is no longer part of the qiskit ecosystem
1 parent 6123ca7 commit 03f533f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/patterns-reorg/page_content.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ def index_page_content() -> str:
272272
- **Qiskit Aer** (`qiskit-aer`) - a package for quantum computing simulators with realistic noise models. It provides interfaces to run quantum circuits with or without noise using multiple different simulation methods. Maintained by IBM Quantum.
273273
- **Qiskit Nature** (`qiskit-nature`) - a package that supports solving quantum mechanical natural science problems using quantum computing algorithms, including finding ground and excited states of electronic and vibrational structure problems, measuring the dipole moments of molecular systems and solving the Ising and Fermi-Hubbard models on lattices. Initially written by IBM Quantum and currently maintained by Algorithmiq.
274274
- **mthree** `mthree` - a package for implementing M3 (Matrix-free Measurement Mitigation), a measurement mitigation technique that solves for corrected measurement probabilities using a dimensionality reduction step followed by either direct LU factorization or a preconditioned iterative method that nominally converges in O(1) steps, and can be computed in parallel. Maintained by IBM Quantum.
275-
- **Qiskit TOQM** `qiskit-toqm` - a transpiler plugin for a routing method that uses the Time-Optimal Qubit Mapping (TOQM) algorithm. Maintained by IBM Quantum.
276275
277276
You can find a catalog of projects in the [Qiskit ecosystem page](https://qiskit.github.io/ecosystem/), as well as information about how to nominate your own project.
278277

0 commit comments

Comments
 (0)