Jack J. Woehr

Results 53 comments of Jack J. Woehr

It's easy to get wrapped around the axle with some of the syntax proposed. The early syntax of OpenQASM 3 is exceptional from a point of view of the developing...

Some folks concerned with this issue might be interested in QAMP Fall 2021 Team No. 23's ways of handling this which will be presented in our Oct. 7 session for...

@taalexander do you have time to work with our mentorship team which is currently about to tackle creating an openpulse grammar (for lack of an extant one)? ( @AbeerVaishnav13 @nelimee...

You did grab the correct package with pip this time, right? Looks to me like the openqasm3 package works okay. ``` (qdev_env) $ pip install openqasm3 Collecting openqasm3 Downloading openqasm3-0.0.1-py3-none-any.whl...

To install from source: ``` (qdev_env) $ cd openqasm/source/openqasm (qdev_env) $ pip install -e . Obtaining file:///home/jwoehr/work/Qiskit/DEV/openqasm/source/openqasm Installing build dependencies ... done Checking if build backend supports build_editable ... done...

Hmm, doesn't seem to build the parser correctly. ``` $ python Python 3.10.4 (main, Jun 29 2022, 12:14:53) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more...

So the build should work with `pip install -e .` And maybe the Makefile in the top directory should be updated.

This error: ``` The following error occurred while trying to add or remove files in the installation directory: [Errno 13] Permission denied: '/usr/local/lib/python3.9/site-packages/test-easy-install-11642.write-test' The installation directory you specified (via --install-dir,...

The OpenQASM repo includes a reference parser, but not a reference compiler. Using the parser requires understanding the code. There was a reference compiler written as part of a Qiskit...

I do not believe there currently is such a plan, @yurivict