Skip to main content

A quantum information research toolkit

Project description

QIRT - Quantum Information Research Toolkit

A quantum information research toolkit based on Qiskit, designed to facilitate research and development in quantum information science.

Quick Start

  1. Install QIRT using pip:

    pip install QIRT
    
  2. Set up Jupyter Notebook (if not already installed):

    pip install jupyter
    jupyter notebook
    

Basic Usage in Jupyter Notebook

Create a new notebook and run the following:

from QIRT import QuantumState, QuantumCircuit

# Create a quantum state
state = QuantumState.from_label('00')

# Visualize the state
state.draw()

# Create a quantum circuit
circuit = QuantumCircuit(2)
circuit.h(0)  # Apply Hadamard gate to the first qubit
circuit.cx(0, 1)  # Apply CNOT gate

# Apply circuit to state
final_state = state.apply(circuit)
final_state.draw()

Documentation

For detailed documentation, tutorials, and how-to guides, visit our documentation website.

  • Tutorials: Learn the basics of QIRT with hands-on examples.
  • How-To Guides: Step-by-step instructions for specific tasks.
  • API Reference: Detailed descriptions of QIRT functions, classes, and modules.

Requirements

  • Python >= 3.10
  • qiskit[visualization] >= 1.1.0
  • IPython >= 8.24.0
  • Jupyter Notebook (for visualization)

Configuration

QIRT can be configured using ~/.QIRT/config.ini. See the documentation for more details.

License

This project is open source under the MIT license. Note that separately installed extensions are not part of the QIRT project and have their own licenses.

Support

If you encounter any issues or have questions, please open an issue on our GitHub repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qirt-1.1.2.tar.gz (58.7 kB view details)

Uploaded Source

Built Distribution

QIRT-1.1.2-py3-none-any.whl (23.6 kB view details)

Uploaded Python 3

File details

Details for the file qirt-1.1.2.tar.gz.

File metadata

  • Download URL: qirt-1.1.2.tar.gz
  • Upload date:
  • Size: 58.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for qirt-1.1.2.tar.gz
Algorithm Hash digest
SHA256 b492e2ef9e280b27b250a10c2f43263fda472a6fa35c394240c259c3a4790f4b
MD5 8ad62a959fe67bf4bd0152530496d8c4
BLAKE2b-256 af784fcf0fa4340a32f9f4e9497629357530315b83ab06448d3d7369144425c6

See more details on using hashes here.

File details

Details for the file QIRT-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: QIRT-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 23.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for QIRT-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 476dd1fb2278590d1a88d716b4d624bc09fe83cef05d538b6c711eca202c5313
MD5 55af0cab47aec7be8f3db458258fd94c
BLAKE2b-256 9d9e0c9936f39c7ad1b6dd7575d46415021d92492eff6c55606aa5729b0bf336

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page