Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a640e06
add qdk.ec
orpuente-MS Jul 31, 2026
3cb0278
basic synthesis
orpuente-MS Jul 31, 2026
6b0f211
add run_qir integration example
orpuente-MS Aug 7, 2026
5619e12
add demo notebooks
orpuente-MS Aug 10, 2026
323f3c7
add qodec parameter to `run_qir`
orpuente-MS Aug 10, 2026
a018505
qodec_from_code prototype
orpuente-MS Aug 10, 2026
b864020
flatten qdk.ec
orpuente-MS Aug 12, 2026
db79045
add demo notebooks
orpuente-MS Aug 13, 2026
a532080
Merge branch 'main' into agents/migrate-erratiq-to-qdk-ec-40a8013a
orpuente-MS Aug 13, 2026
7c0dcea
fix typing
orpuente-MS Aug 14, 2026
8ac97b9
remove compatibility shim
orpuente-MS Aug 14, 2026
77ad1ca
move implementations to their owning modules
orpuente-MS Aug 14, 2026
cb79720
fix type errors
orpuente-MS Aug 14, 2026
b8d572b
`import qodec as qc` and `codec` -> `qodec` rename
orpuente-MS Aug 14, 2026
34d23cd
rename `load` and `save` to `load_yaml` and `save_yaml`
orpuente-MS Aug 14, 2026
4f3d782
get rid of `object` type annotations
orpuente-MS Aug 14, 2026
edbfe40
simplify reference and readout vocabulary
orpuente-MS Aug 14, 2026
36f01d0
use qodec vocabulary instead of making a new one
orpuente-MS Aug 14, 2026
f0a2980
remove pyright qdk/ec exclussion
orpuente-MS Aug 14, 2026
07f648c
refactor: untangle duplicated qubit-mapping, Pauli parsing, and code-…
orpuente-MS Aug 14, 2026
a004e7b
name the concepts qdk.ec was re-deriving
orpuente-MS Aug 15, 2026
113f7f6
remove `targets` submodule
orpuente-MS Aug 18, 2026
c67d2f7
refactor: unify qdk.ec action semantics and logical coordinates. Loca…
orpuente-MS Aug 19, 2026
61fca4c
clear notebooks outputs
orpuente-MS Aug 19, 2026
58cbad9
Merge branch 'main' into agents/migrate-erratiq-to-qdk-ec-40a8013a
orpuente-MS Aug 19, 2026
1447973
Merge branch 'main' into oscarpuente/qdk-ec
orpuente-MS Aug 31, 2026
58631cc
refactor API surface
orpuente-MS Sep 1, 2026
38c8164
remove dead code after API surface redesign
orpuente-MS Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ def run_ci_historic_benchmark():
notebook_files = [
os.path.join(dp, f)
for dp, _, filenames in os.walk(samples_src)
if os.path.basename(dp) != "qdk_ec"
for f in filenames
if f.endswith(".ipynb") and not f.startswith(SKIP_NOTEBOOK_PREFIXES)
]
Expand Down
Loading
Loading