.flake8
.gitignore
LICENSE
Makefile
README.md
mypy.ini
pyproject.toml
setup.cfg
setup.py
.github/workflows/actions.yaml
.github/workflows/publish.yaml
examples/run_examples.py
examples/bqc/client.iqoala
examples/bqc/example_bqc.py
examples/bqc/link_config.yaml
examples/bqc/node_config.yaml
examples/bqc/server.iqoala
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/__init__.py
qoala/lang/common.py
qoala/lang/ehi.py
qoala/lang/hostlang.py
qoala/lang/parse.py
qoala/lang/program.py
qoala/lang/request.py
qoala/lang/routine.py
qoala/runtime/__init__.py
qoala/runtime/config.py
qoala/runtime/environment.py
qoala/runtime/lhi.py
qoala/runtime/lhi_nv_compat.py
qoala/runtime/lhi_to_ehi.py
qoala/runtime/memory.py
qoala/runtime/message.py
qoala/runtime/program.py
qoala/runtime/schedule.py
qoala/runtime/sharedmem.py
qoala/runtime/task.py
qoala/sim/__init__.py
qoala/sim/build.py
qoala/sim/componentprot.py
qoala/sim/driver.py
qoala/sim/eprsocket.py
qoala/sim/events.py
qoala/sim/globals.py
qoala/sim/memmgr.py
qoala/sim/network.py
qoala/sim/process.py
qoala/sim/procnode.py
qoala/sim/procnodecomp.py
qoala/sim/qdevice.py
qoala/sim/scheduler.py
qoala/sim/entdist/entdist.py
qoala/sim/entdist/entdistcomp.py
qoala/sim/entdist/entdistinterface.py
qoala/sim/host/__init__.py
qoala/sim/host/csocket.py
qoala/sim/host/host.py
qoala/sim/host/hostcomp.py
qoala/sim/host/hostinterface.py
qoala/sim/host/hostprocessor.py
qoala/sim/netstack/__init__.py
qoala/sim/netstack/netstack.py
qoala/sim/netstack/netstackcomp.py
qoala/sim/netstack/netstackinterface.py
qoala/sim/netstack/netstackprocessor.py
qoala/sim/qnos/__init__.py
qoala/sim/qnos/qnos.py
qoala/sim/qnos/qnoscomp.py
qoala/sim/qnos/qnosinterface.py
qoala/sim/qnos/qnosprocessor.py
qoala/util/__init__.py
qoala/util/builder.py
qoala/util/logging.py
qoala/util/math.py
qoala/util/tests.py
tests/test_build.py
tests/test_config.py
tests/test_driver.py
tests/test_ehi.py
tests/test_lhi.py
tests/test_lhi_to_ehi.py
tests/test_memmgr.py
tests/test_netstack_entdist_comm.py
tests/test_network.py
tests/test_noise.py
tests/test_parse_client.iqoala
tests/test_parse_server.iqoala
tests/test_parser.py
tests/test_process.py
tests/test_procnode.py
tests/test_procnodecomp.py
tests/test_qdevice.py
tests/test_request.py
tests/test_scheduling.py
tests/test_scheduling_alice.iqoala
tests/test_scheduling_bob.iqoala
tests/test_serialize.py
tests/test_sharedmem.py
tests/test_taskcreator.py
tests/test_util.py
tests/configs/gate_cfg_1.yaml
tests/configs/gate_cfg_2.yaml
tests/configs/gate_cfg_2_custom_cls.yaml
tests/configs/gate_cfg_2_custom_instr.yaml
tests/configs/latencies_cfg_1.yaml
tests/configs/latencies_cfg_2.yaml
tests/configs/link_cfg_1.yaml
tests/configs/link_cfg_2.yaml
tests/configs/link_cfg_3.yaml
tests/configs/perfect_2_comm.yaml
tests/configs/procnode_cfg_1.yaml
tests/configs/procnode_cfg_2.yaml
tests/configs/qubit_cfg_1.yaml
tests/configs/qubit_cfg_2.yaml
tests/configs/qubit_cfg_2_custom_cls.yaml
tests/configs/topology_cfg_1.yaml
tests/configs/topology_cfg_2.yaml
tests/configs/topology_cfg_3.yaml
tests/configs/topology_cfg_4.yaml
tests/configs/topology_cfg_5.yaml
tests/configs/topology_cfg_6.yaml
tests/entdist/test_entdist.py
tests/entdist/test_entdistcomp.py
tests/entdist/test_netstack_entdist.py
tests/entdist/test_qdevice_entdist.py
tests/host/test_csocket.py
tests/host/test_hostcomp.py
tests/host/test_hostlang.py
tests/host/test_hostprocessor.py
tests/integration/bqc/bqc_client.iqoala
tests/integration/bqc/bqc_server.iqoala
tests/integration/bqc/test_bqc_comp_1_client.py
tests/integration/bqc/test_bqc_comp_1_client_1_instance.py
tests/integration/bqc/test_partial_bqc.py
tests/integration/bqc/test_vbqc.py
tests/integration/bqc/vbqc_client.iqoala
tests/integration/bqc/vbqc_server.iqoala
tests/integration/pingpong/pingpong_alice.iqoala
tests/integration/pingpong/pingpong_bob.iqoala
tests/integration/pingpong/pingpong_nv_alice.iqoala
tests/integration/pingpong/pingpong_nv_bob.iqoala
tests/integration/pingpong/test_pingpong.py
tests/integration/pingpong/test_pingpong_nv.py
tests/integration/programs/simple_program.iqoala
tests/integration/programs/test_simple_program.py
tests/integration/qkd/qkd_ck_1pair_alice.iqoala
tests/integration/qkd/qkd_ck_1pair_bob.iqoala
tests/integration/qkd/qkd_ck_2pairs_alice.iqoala
tests/integration/qkd/qkd_ck_2pairs_bob.iqoala
tests/integration/qkd/qkd_ck_callback_1pair_alice.iqoala
tests/integration/qkd/qkd_ck_callback_1pair_bob.iqoala
tests/integration/qkd/qkd_ck_callback_2pairs_alice.iqoala
tests/integration/qkd/qkd_ck_callback_2pairs_bob.iqoala
tests/integration/qkd/qkd_ck_callback_npairs_alice.iqoala
tests/integration/qkd/qkd_ck_callback_npairs_bob.iqoala
tests/integration/qkd/qkd_md_1pair_alice.iqoala
tests/integration/qkd/qkd_md_1pair_bob.iqoala
tests/integration/qkd/qkd_md_2pairs_alice.iqoala
tests/integration/qkd/qkd_md_2pairs_bob.iqoala
tests/integration/qkd/test_noisy_qkd.py
tests/integration/qkd/test_qkd.py
tests/integration/qkd/test_qkd_nv.py
tests/integration/teleport/teleport_alice.iqoala
tests/integration/teleport/teleport_bob.iqoala
tests/integration/teleport/test_teleport.py
tests/netstack/test_netstackcomp.py
tests/netstack/test_netstackprocessor.py
tests/qnos/test_qnoscomp.py
tests/qnos/test_qnosprocessor.py
tests/qnos/test_qnosprocessor_quantum.py