Skip to content

Commit

Permalink
93 set up aws workflow for benchmarking (#108)
Browse files Browse the repository at this point in the history
* remove unnecessary script

* merge in recent changes from main  (#106)

* Move and expand test for logical equivalence

Test moved to test_compile.py

* Delete test_circuit_equivalence.py

Test moved to test_compile.py

* Remove unnecessary qubit parameterizations

Remove unnecessary qubit parameterizations in `test_compiled_circuits_equivalent` and `test_compilation_retains_gateset`

* add basic expectation value benchmark (#96)

* add basic expectation value benchmark

* move compile function to `common.py`

* write data out to json

* make data pipeline more functional

* simplify real check

* Add bug label to new bug report issues

* Add feature tag to feature template issues

* 97 reorg files (#98)

* add basic expectation value benchmark

* move compile function to `common.py`

* write data out to json

* make data pipeline more functional

* simplify real check

* Update naming convention for different benchmarks

* Dry up save results into common function

* Fix init import issue

* Move gate_counters into scripts/common.py for simplicity

* Fix notebook errors, remove old data

* Remove duplicate funciton definitions

* Remove duplicate lines

* Add folder to docstring, call out alterntive benchmark name

---------

Co-authored-by: nate stemen <nate@unitary.fund>

---------

Co-authored-by: Misty-W <82074193+Misty-W@users.noreply.github.com>
Co-authored-by: nate stemen <nate@unitary.fund>

* merge in main (#107)

* Move and expand test for logical equivalence

Test moved to test_compile.py

* Delete test_circuit_equivalence.py

Test moved to test_compile.py

* Remove unnecessary qubit parameterizations

Remove unnecessary qubit parameterizations in `test_compiled_circuits_equivalent` and `test_compilation_retains_gateset`

* add basic expectation value benchmark (#96)

* add basic expectation value benchmark

* move compile function to `common.py`

* write data out to json

* make data pipeline more functional

* simplify real check

* Add bug label to new bug report issues

* Add feature tag to feature template issues

* 97 reorg files (#98)

* add basic expectation value benchmark

* move compile function to `common.py`

* write data out to json

* make data pipeline more functional

* simplify real check

* Update naming convention for different benchmarks

* Dry up save results into common function

* Fix init import issue

* Move gate_counters into scripts/common.py for simplicity

* Fix notebook errors, remove old data

* Remove duplicate funciton definitions

* Remove duplicate lines

* Add folder to docstring, call out alterntive benchmark name

---------

Co-authored-by: nate stemen <nate@unitary.fund>

---------

Co-authored-by: Misty-W <82074193+Misty-W@users.noreply.github.com>
Co-authored-by: nate stemen <nate@unitary.fund>

* Delete benchmarks/scripts/deploy_benchmark_task.py

No longer needed, build-spec lives on AWS

* remove unnecessary .gitignore line

---------

Co-authored-by: Misty-W <82074193+Misty-W@users.noreply.github.com>
Co-authored-by: nate stemen <nate@unitary.fund>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent a791a0d commit c20a189
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 280 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ docs/build/
dist/
build/
jupyter_execute/
benchmarks/scripts/task-def.json
279 changes: 0 additions & 279 deletions benchmarks/scripts/deploy_benchmark_task.py

This file was deleted.

0 comments on commit c20a189

Please sign in to comment.