.flake8
.gitignore
LICENSE
Makefile
README.md
mypy.ini
pyproject.toml
setup.cfg
setup.py
.github/workflows/actions.yaml
.github/workflows/publish.yaml
examples/bqc/bqc_client.iqoala
examples/bqc/bqc_server.iqoala
examples/bqc/example_bqc.py
examples/bqc/link_config.yaml
examples/bqc/node_config.yaml
pydynaa/__init__.pyi
qoala/__init__.py
qoala.egg-info/PKG-INFO
qoala.egg-info/SOURCES.txt
qoala.egg-info/dependency_links.txt
qoala.egg-info/requires.txt
qoala.egg-info/top_level.txt
qoala/arch/components.drawio
qoala/arch/program_classes.drawio
qoala/arch/protocols.drawio
qoala/arch/qoala-runtime-data.drawio
qoala/arch/qoala2.drawio
qoala/arch/runtime_classes.drawio
qoala/lang/iqoala.py
qoala/lang/target.py
qoala/runtime/config.py
qoala/runtime/context.py
qoala/runtime/environment.py
qoala/runtime/program.py
qoala/runtime/run.py
qoala/runtime/schedule.py
qoala/runtime/simmode.py
qoala/sim/build.py
qoala/sim/common.py
qoala/sim/constants.py
qoala/sim/csocket.py
qoala/sim/egp.py
qoala/sim/egpmgr.py
qoala/sim/eprsocket.py
qoala/sim/events.py
qoala/sim/globals.py
qoala/sim/host.py
qoala/sim/hostcomp.py
qoala/sim/hostinterface.py
qoala/sim/hostprocessor.py
qoala/sim/logging.py
qoala/sim/memmgr.py
qoala/sim/memory.py
qoala/sim/message.py
qoala/sim/netstack.py
qoala/sim/netstackcomp.py
qoala/sim/netstackinterface.py
qoala/sim/netstackprocessor.py
qoala/sim/network.py
qoala/sim/process.py
qoala/sim/procnode.py
qoala/sim/procnodecomp.py
qoala/sim/qdevice.py
qoala/sim/qnos.py
qoala/sim/qnoscomp.py
qoala/sim/qnosinterface.py
qoala/sim/qnosprocessor.py
qoala/sim/requests.py
qoala/sim/scheduler.py
qoala/sim/signals.py
qoala/util/tests.py
tests/test_bqc.py
tests/test_bqc_client.iqoala
tests/test_bqc_scheduling.py
tests/test_bqc_server.iqoala
tests/test_build.py
tests/test_csocket.py
tests/test_epr_gen.py
tests/test_hostcomp.py
tests/test_hostprocessor.py
tests/test_integration.py
tests/test_memmgr.py
tests/test_memory.py
tests/test_netstackcomp.py
tests/test_netstackprocessor.py
tests/test_noise.py
tests/test_parser.py
tests/test_partial_bqc.py
tests/test_procnode.py
tests/test_procnodecomp.py
tests/test_qdevice.py
tests/test_qnoscomp.py
tests/test_qnosprocessor.py
tests/test_qnosprocessor_quantum.py
tests/test_serialize.py
tests/test_shared_memory.py
tests/test_util.py
tests/bqc/bqc_client.iqoala
tests/bqc/bqc_server.iqoala
tests/bqc/test_computation.py
tests/bqc/test_trap.py
tests/programs/simple_program.iqoala
tests/programs/test_simple_program.py