Skip to content

Commit a670be4

Browse files
Gemini Logical Layout (#83)
* moves for calibration. * Add reservoir sites and inter-zone moves. * Add realistic move trajectories * Add moves to AOD sites. * a few typos * add notebook as dependency * Add animate_shuttle from bloqade-insight * Simplify row -> row pm 1 moves * add global vars * running linter and adding new stdlib * refactor original arch spec * removing print and updating workflow * refactor gemini into subpackage * test initial locations with specing + fixing bug * fixing some bugs in interpreter and tracer + adding missing methods * fixing bugs in tracer interpreter with new spec commands and adding tests * adding tests * making tests a bit more robust * restructing tests * making linter happy with new version of bloqade-geometry * make linter happy * Removing animation code * updating lock file --------- Co-authored-by: tcochran-quera <tcochran@quera.com>
1 parent 0c3d4d0 commit a670be4

File tree

20 files changed

+2279
-585
lines changed

20 files changed

+2279
-585
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: pyright-check
2828
name: pyright-check
29-
entry: uv run pyright .
29+
entry: uv run pyright src test
3030
language: system
3131
pass_filenames: false
3232
always_run: true

0 commit comments

Comments
 (0)