rmlarose / nisqai-dev

Development repository for NISQAI.
Apache License 2.0
15 stars 4 forks source link

Compiling a Network bugs out Rigetti compiler. #7

Open rmlarose opened 5 years ago

rmlarose commented 5 years ago

See the unit test test_compiler() in network/_network_test.py. For some reason, compiling the Network's circuit (which is the concatenation of each encode, unitary, and measurement component) is causing the Rigetti API to have a KeyError.

The issue is not a connection issue, as other compiling tests are still passing.