Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

scaffcc-python

Module for interfacing with ScaffCC compilation from Python to generate OpenQASM.

Usage:

 from scaffcc_interface import ScaffCC
scaffold_code = "// your scaffold code goes here"
scaffcc = ScaffCC(scaffold_code) # can optionally pass a scaffold_path kwarg
# default is '../ScaffCC/scaffold.sh'
openqasm = scaffcc.get_openqasm()

About

Rudimentary interface for interacting with ScaffCC from Python to generate OpenQASM

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages