Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

nelimee/qcw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qcw stands for quantum circuit wrapper and aims at providing a unique interface to access quantum circuit information from different frameworks.

This package has been written to improve the modularity of qprof, a tool I wrote during my PhD at CERFACS. It is current quite outdated, but should be installable with old Python versions (see pyproject.toml for compatibility).

The main package is located in src/qcw and defines the interface that children qcw-* namespace packages should implement as well as wrappers to automatically discover the qcw-* packages installed.

Installation

For the basic installation:

pip install qcw

You can use the optional dependencies to also install plugins:

pip install qcw[qiskit,myqlm,openqasm2]

or just use

pip install qcw[all]

if you want all the plugins.

About

Provide a unique interface to access quantum circuit information from different frameworks

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors