Skip to content
/ qbits Public

A mini implementation to demonstrate operations with qbits.

License

Notifications You must be signed in to change notification settings

raj-open/qbits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum computing

This is a mini repository to implement some basic entities in quantum computing without using qiskit, etc.

Usage

Install the requirements via:

just build
# or (linux/osx)
python3 -m pip install -r requirements.txt
# or (windows)
py -3 -m pip install -r requirements.txt

Run the example via:

just run
# or (linux/osx)
python3 main.py
# or (windows)
py -3 main.py

About

A mini implementation to demonstrate operations with qbits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages