Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert braket circuits to qiskit circuits #136

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
9e08414
add from_braket, rename to_braket
jcjaskula-aws Dec 31, 2023
930be6b
add deprecation warning
jcjaskula-aws Jan 1, 2024
4202395
move qiskit_to_braket_gates_name_mapping in tests
jcjaskula-aws Jan 2, 2024
2b051f5
simplify imports
jcjaskula-aws Jan 2, 2024
dd4e70e
fix linter
jcjaskula-aws Jan 2, 2024
8180cb3
fix type hints
jcjaskula-aws Jan 2, 2024
5c35e1d
fix type hints and typos
jcjaskula-aws Jan 2, 2024
d444838
add control modifiers
jcjaskula-aws Jan 20, 2024
33c34c7
add power
jcjaskula-aws Jan 20, 2024
c2c68a8
Merge branch 'main' into jcjaskula-aws/from_braket
jcjaskula-aws Jan 20, 2024
dc3c33a
add iswap
jcjaskula-aws Jan 20, 2024
e57ff1d
add iswap test
jcjaskula-aws Jan 20, 2024
9482da5
exclude build to mypy test
jcjaskula-aws Jan 20, 2024
2fe25f2
add unit tests for controlled gate and gate exponentiation
jcjaskula-aws Jan 20, 2024
7e82c25
fix circuit conversion with unused middle qubits
jcjaskula-aws Jan 20, 2024
5980a4d
test parametric gate conversion
jcjaskula-aws Jan 20, 2024
615edb2
Add a warning message for barrier
jcjaskula-aws Jan 20, 2024
93fd502
fix docstring
jcjaskula-aws Jan 20, 2024
e823d73
add gphase
jcjaskula-aws Jan 20, 2024
5422405
show missing lines in coverage report
jcjaskula-aws Jan 20, 2024
8be5419
test type error on bad input
jcjaskula-aws Jan 20, 2024
e37f529
fix typo
jcjaskula-aws Jan 20, 2024
92d8e90
fix merge
jcjaskula-aws Jan 29, 2024
375c434
first changes according to review feedback
jcjaskula-aws Feb 1, 2024
baa4624
extend to_qiskit tests with extensive gate test
jcjaskula-aws Feb 1, 2024
1acdccc
use optimization_level=0
jcjaskula-aws Feb 1, 2024
4cf2989
screen lower code in private method
jcjaskula-aws Feb 1, 2024
3eeb795
use full qualified import path for basicaer
jcjaskula-aws Feb 1, 2024
0bb5538
fix forgotten import
jcjaskula-aws Feb 1, 2024
e95f2f1
remove bell test
jcjaskula-aws Feb 2, 2024
4cecc7c
Merge branch 'main' into jcjaskula-aws/from_braket
jcjaskula-aws Feb 3, 2024
bbc4d4e
fix linter
jcjaskula-aws Feb 3, 2024
850395a
map braket non-contiguous qubits to a contiguous list
jcjaskula-aws Feb 5, 2024
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
Loading
Loading