@@ -17,3 +17,7 @@ Employing the QCOR just-in-time (qjit) compilation features, we can wrap QCOR in
`vqe_qcor_spec.py` example of VQE using `taskInitiate` for asynchronous execution of quantum-classical hybrid computations.
`pyscf_qubit_tapering.py` example of using the QCOR `OperatorTransform`, specifically running [Qubit Tapering](https://arxiv.org/abs/1701.08213) followed by VQE using the QSim library.
`bit_flip_code_ftqc.py` example using the QCOR ftqc runtime to support fault-tolerant, fast-feedback instruction execution.
`vqe_ftqc.py` example demonstrating VQE algorithm using the ftqc runtime.