Skip to content
/ QCLight Public

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

License

Notifications You must be signed in to change notification settings

TendTo/QCLight

Repository files navigation

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


Deploy CI

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()

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages