Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Qiskit on HPC

The following two pages contain instructions to the use of Python and C/C++ on Hybrid quantum-HPC workflows. We understand that most of the quantum community does their current work with Python and it is a perfectly good choice for introductory work in HPC where speed of computation is still not a primary concern ( smaller codes, trial applications, etc.) Even then Python is still present in the HPC community for production level workloads and can be used with success for many applications

In addition we have provided a complete tutorial of installing and using the C++ examples in the current qiskit-cpp repo. These do not use OpenMP or MPI and are designed to be approachable to learners of quantum in compiled languages without needing to grasp any additional HPC concepts or necessitate larger hardware.