Getting Started¶
In this section is a collection of examples demonstrating how to use Nexus capabilities, mostly via the Python client, qnexus.
If you have a Nexus account, you can run the code in the Lab. You can also use qnexus from your own environment.
To get started, please see our getting started guide.
For more details on the qnexus API, please see the Nexus API Reference overview..
Installation¶
The qnexus
package is publicly available on PyPI and
can be installed with
pip install qnexus
Extras:
If you are planning on running Qiskit simulations with noise models on Nexus,
you will need to install the extra dependency with pip install qnexus[qiskit]
.
Available code examples¶
- Getting Started with
qnexus
- Authentication & Quotas
- Backend Configuration
- Devices & Credentials
- Jobs & Results
- Projects & Properties & Context Management
- Quantinuum Simulators, Emulators and Quantum Hardware, via Nexus
- Example H-series workflow
- Braket via Nexus
- IBMQ via Nexus
- Refs & Nexus Database
- Saving and Loading Refs
- Teams & Roles