dakk / qlasskit

A python-to-quantum compiler
https://dakk.github.io/qlasskit/
Apache License 2.0
56 stars 11 forks source link

Add py2qasm CLI tool to qlasskit #59

Closed tomv42 closed 3 months ago

tomv42 commented 3 months ago

Description

This pull request introduces the py2qasm CLI tool to the qlasskit/tools package. The tool is designed to convert Python scripts containing qlassf functions into QASM code. Key features include:

Changes Made

Test Cases

The following test cases have been added to test_tools.py:

Related Issues

This PR addresses issue #26

tomv42 commented 3 months ago

@dakk Sorry for the commit duplication, I didn't branch from the right commit...