Skip to main content

A lightweught quantum computing simulator

Project description

Simple and lightweight Quantum Computing simulator built with python3 for educational purposes.


Installation

pip install qclight

Example

from qclight.circuit import QCLCircuit


def main():
    circuit = QCLCircuit(2)
    circuit.h(0)
    circuit.cx(0, 1)
    circuit.run()


if __name__ == "__main__":
    main()

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

qclight-0.0.1.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

qclight-0.0.1-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

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