An open API service for providing issue and pull request metadata for open source projects.

GitHub / aws/amazon-braket-sdk-python issues and pull requests

#694 - doc: standardize task and job naming to quantum task and hybrid job

Pull Request - State: closed - Opened by ashlhans almost 2 years ago - 1 comment

#693 - feature: basic device targeting for autoqasm programs

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 1 comment

#692 - feat: gate calibrations as a kwarg of the converted program call

Pull Request - State: open - Opened by yitchen-tim almost 2 years ago - 2 comments

#691 - Move inline `_flatten` to top of `qubit_set.py`

Pull Request - State: closed - Opened by speller26 almost 2 years ago - 1 comment

#690 - infra: update dependendabot to use the infra prefix

Pull Request - State: closed - Opened by math411 almost 2 years ago - 1 comment

#689 - test: speed up pulse time trace and add test timing outputs

Pull Request - State: closed - Opened by math411 almost 2 years ago - 1 comment

#688 - fix: enforce that AutoQASM gates only contain unitary gate operations

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 1 comment

#687 - infra: bump actions/checkout from 3.5.3 to 3.6.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 2 comments
Labels: dependencies

#686 - change: readthedocs integration

Pull Request - State: closed - Opened by virajvchaudhari almost 2 years ago - 1 comment

#685 - Use a callback to simplify autoqasm/api logic

Pull Request - State: closed - Opened by laurencap almost 2 years ago - 1 comment

#684 - Move error handling into the context manager

Pull Request - State: closed - Opened by laurencap almost 2 years ago - 1 comment

#683 - Unsupported GateModifer: 'ctrl'

Issue - State: open - Opened by ryanhill1 almost 2 years ago - 2 comments
Labels: bug

#682 - Split aq.function into aq.main and aq.subroutine

Pull Request - State: open - Opened by laurencap almost 2 years ago - 1 comment

#681 - doc: fix linter issues in feature/autoqasm after fixing BCS flake8 plugin

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 1 comment

#680 - [autoqasm] move pulse module to the top level

Pull Request - State: closed - Opened by yitchen-tim almost 2 years ago - 1 comment

#679 - feature: Add @aq.gate decorator for AutoQASM custom gate definitions

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 1 comment

#678 - infra: update the pre-commit hook with linters

Pull Request - State: open - Opened by math411 almost 2 years ago - 1 comment

#677 - change: Update oqpy version for feature/autoqasm branch

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 1 comment

#676 - feat: add pulse control operations to autoqasm

Pull Request - State: closed - Opened by yitchen-tim almost 2 years ago - 2 comments

#675 - update: restricting parameter names to not collide with ones we use for OpenQASM generation.

Pull Request - State: closed - Opened by krneta almost 2 years ago - 1 comment

#674 - build(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#673 - [autoqasm] Extend gate set

Pull Request - State: closed - Opened by yitchen-tim almost 2 years ago - 2 comments

#672 - [autoqasm] aliasing Verbatim class

Pull Request - State: closed - Opened by yitchen-tim almost 2 years ago - 1 comment

#671 - docs: add "why" section to AutoQASM readme

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 2 comments

#670 - feat: enable gate calibrations on supported devices

Pull Request - State: closed - Opened by math411 almost 2 years ago - 1 comment

#669 - Add error for missing parameter type hints

Pull Request - State: closed - Opened by laurencap almost 2 years ago - 1 comment

#668 - Improve error message for tuple parameters

Pull Request - State: closed - Opened by laurencap almost 2 years ago - 1 comment

#667 - Return type hint ignored when possible in favor of actual return type

Pull Request - State: closed - Opened by laurencap almost 2 years ago - 1 comment

#666 - add partial assignment test

Pull Request - State: closed - Opened by jcjaskula-aws almost 2 years ago

#665 - change: improving autoqasm api.py coverage to 100%

Pull Request - State: closed - Opened by godott almost 2 years ago - 1 comment

#664 - feat: add in gate calibrations for supported devices

Pull Request - State: closed - Opened by math411 almost 2 years ago - 1 comment

#663 - improve autoqasm api.py coverage to 100%

Pull Request - State: closed - Opened by godott almost 2 years ago - 1 comment

#662 - Raise error if the user puts a break in their autoqasm loop

Pull Request - State: closed - Opened by laurencap almost 2 years ago - 1 comment

#661 - Usability: Warning when user calls "return" from their autoqasm entry point function

Pull Request - State: closed - Opened by laurencap almost 2 years ago - 2 comments

#660 - fix: assigning AutoQASM subroutine arg to a local variable

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 1 comment

#659 - fix: autoqasm api module code coverage to 100%

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 1 comment

#658 - fix: Ensure AutoQASM bit registers are always properly initialized

Pull Request - State: closed - Opened by rmshaffer almost 2 years ago - 1 comment

#657 - feat: LocalQuantumTask to use ExecutionManager

Pull Request - State: closed - Opened by Sai-prakash15 almost 2 years ago - 1 comment

#656 - fix: don't wrap FreeParameterExpression input as string

Pull Request - State: closed - Opened by ajberdy almost 2 years ago - 1 comment

#655 - Support OpenQASM `Program`s in `from_ir`

Pull Request - State: closed - Opened by speller26 almost 2 years ago - 1 comment

#654 - test: update devices enum integ test

Pull Request - State: closed - Opened by ajberdy almost 2 years ago - 1 comment

#653 - feat: add Aria2 enum

Pull Request - State: open - Opened by ashlhans almost 2 years ago - 3 comments

#652 - doc: fix flake8 issues in tests

Pull Request - State: closed - Opened by virajvchaudhari almost 2 years ago - 1 comment

#650 - fix: autoqasm programs with assignments inside conditionals and branches

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#649 - fix: Update quantum job tests for latest containers

Pull Request - State: closed - Opened by kshitijc about 2 years ago - 1 comment

#648 - fix: move import back to top level in job example

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#647 - docs: add mermaid diagram to describe the CI flow

Pull Request - State: closed - Opened by math411 about 2 years ago - 1 comment

#646 - doc: update doc string for handle_parameter_value

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#645 - test: change all tests in the circuit test path to use with pytest.raises

Pull Request - State: closed - Opened by math411 about 2 years ago - 1 comment

#644 - feat: point image uri to latest tag

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#643 - fix: pull latest container image by default

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#642 - fix: update autoqasm dependency mcm-sim branch commit hash

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#641 - feat: Support symbolic expressions in `from_ir`

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#640 - fix: handling of variable and function declarations inside autoqasm programs

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#639 - fix: update autoqasm dependency mcm-sim branch commit hash

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#638 - QPU job status

Issue - State: closed - Opened by Qottmann about 2 years ago - 6 comments
Labels: documentation

#637 - fix: fix a bug in time series and add trapezoidal time series

Pull Request - State: closed - Opened by maolinml about 2 years ago - 1 comment

#636 - fix: Add `FreeParameter` support to `from_ir`

Pull Request - State: closed - Opened by Sai-prakash15 about 2 years ago - 1 comment

#635 - test: update devices enum test

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#634 - fix: local import in job example

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#633 - fix: Handling for autoqasm subroutine return values

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#632 - `from_ir` does not seem to support input parameters

Issue - State: closed - Opened by rchilaka-amzn about 2 years ago - 6 comments
Labels: bug

#631 - fix: revert adding gate calibration data

Pull Request - State: closed - Opened by math411 about 2 years ago - 1 comment

#630 - Allow retrieving a batch of tasks together via a batch ARN

Issue - State: closed - Opened by lillian542 about 2 years ago - 8 comments

#629 - change: making additional meta available in AHS results

Pull Request - State: closed - Opened by krneta about 2 years ago - 1 comment

#628 - fix: copy calibrations in to_ir

Pull Request - State: closed - Opened by jcjaskula-aws about 2 years ago - 1 comment

#627 - fix: handle the optional calibration URL returning None

Pull Request - State: closed - Opened by math411 about 2 years ago - 1 comment

#626 - avoid mutating calibrations

Pull Request - State: closed - Opened by jcjaskula-aws about 2 years ago

#625 - infra: change top level permissions to read for the stale issue workflow

Pull Request - State: closed - Opened by math411 about 2 years ago - 1 comment

#624 - feat: Run local simulator tasks asynchronously

Pull Request - State: closed - Opened by Sai-prakash15 about 2 years ago - 1 comment

#623 - fix: Finish autoqasm transpiler branching code coverage

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#622 - [AutoQASM] Clean up user API

Pull Request - State: closed - Opened by laurencap about 2 years ago - 2 comments

#621 - infra: bump actions/setup-python from 4.6.1 to 4.7.0

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies

#620 - build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago - 1 comment
Labels: dependencies

#619 - Consider multiple parameter gates

Pull Request - State: closed - Opened by jcjaskula-aws about 2 years ago

#618 - doc: update aws_quantum_job.py to add pattern for create job_name pa…

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#617 - Update local simulator commit

Pull Request - State: closed - Opened by laurencap about 2 years ago - 1 comment

#616 - Identity gate on inactive qubit throws ValidationException

Issue - State: open - Opened by epelofske-LANL about 2 years ago - 4 comments
Labels: bug

#615 - Remove unnecessary branches in Approximation parser

Pull Request - State: closed - Opened by jcjaskula-aws about 2 years ago

#614 - feat: add gate calibration data for supported quantum devices

Pull Request - State: closed - Opened by math411 about 2 years ago - 1 comment
Labels: enhancement

#613 - [do not merge] feature/autoqasm → main

Pull Request - State: open - Opened by rmshaffer about 2 years ago - 1 comment

#612 - Change: update how num_qubits get supplied by autoqasm functions

Pull Request - State: closed - Opened by laurencap about 2 years ago - 1 comment

#611 - Update Braket dependencies

Pull Request - State: closed - Opened by speller26 about 2 years ago - 1 comment

#610 - AutoQASM basic example notebooks

Pull Request - State: closed - Opened by yitchen-tim about 2 years ago - 1 comment

#609 - change: update noise operation in program context

Pull Request - State: closed - Opened by Sai-prakash15 about 2 years ago - 1 comment

#608 - fix: coerce ArbWF.amplitudes type

Pull Request - State: closed - Opened by jcjaskula-aws about 2 years ago - 1 comment

#607 - [StepSecurity] ci: Harden GitHub Actions

Pull Request - State: closed - Opened by step-security-bot about 2 years ago - 3 comments

#606 - fix: support multiprocessing for autoqasm program generation

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#605 - fix: update oqpy to 0.2.1

Pull Request - State: closed - Opened by jcjaskula-aws about 2 years ago

#604 - infra: add a sast workflow for the repo

Pull Request - State: open - Opened by math411 about 2 years ago - 1 comment

#603 - Error when FreeParameters are named QASM types

Issue - State: closed - Opened by mbeach-aws about 2 years ago - 2 comments
Labels: bug, good first issue

#602 - fix: use event callbacks to add braket user agents

Pull Request - State: closed - Opened by shpface about 2 years ago - 1 comment

#600 - change: move simulator mcm=True argument into device.run for autoqasm programs

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#599 - change: increase autoqasm transpiler code coverage to 100%

Pull Request - State: closed - Opened by rmshaffer about 2 years ago - 1 comment

#598 - fix: constrain boto version

Pull Request - State: closed - Opened by shpface about 2 years ago - 1 comment

#597 - Add matrix representation of gates to docstrings

Issue - State: open - Opened by kshitijc about 2 years ago - 2 comments
Labels: documentation, good first issue

#596 - fix: pass gate modifiers to to_unitary

Pull Request - State: closed - Opened by ajberdy about 2 years ago - 1 comment

#595 - change: Increase types module coverage to 100% and fix related bugs

Pull Request - State: closed - Opened by laurencap about 2 years ago - 2 comments

#594 - Exclude autograph from coverage

Pull Request - State: closed - Opened by speller26 about 2 years ago - 1 comment