This project is mirrored from https://github.com/eclipse/xacc.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 20 Aug, 2021 5 commits
-
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
Mccaskey, Alex authored
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
Mccaskey, Alex authored
Support IfStmt to OpenQASM2 generation
-
Nguyen, Thien Minh authored
Note: Aer can simulate conditional (bfunc) in the QObj and XACC translate IfStmt to bfunc appropriately. Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
- 17 Aug, 2021 4 commits
-
-
Nguyen, Thien Minh authored
Testing non-conventional gate set. Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
https://github.com/eclipse/xacc/issues/478Nguyen, Thien Minh authored
The procedure was not properly taking into account non-IBM gateset, i.e., 2-q gates may not be CNOT. Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Mccaskey, Alex authored
Consider SWAPs in swap-shortest-path
-
- 16 Aug, 2021 3 commits
-
-
Adams, Austin Joel authored
Remove SWAP gates from the two-qubit gate whitelist for Staq placement also modified in f1eedf04. Otherwise, Swap instructions between non-adjacent qubits can slip through the swap-shortest-path IRTransformation. An example of this would be the QCOR qft() routine, which can generate a Swap between far-away qubits at the end. Combined with f1eedf04 , fixes ORNL-QCI/qcor#199. Signed-off-by:
Austin Adams <aja@gatech.edu>
-
Nguyen, Thien Minh authored
Creg can be larger than qreg (e.g., IQPE) and need to handle explicit Measure assignment. Tested by: validating with Honeywell APIVAL Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
XACCToStaqOpenQASM visitor to handle IfStmt (currently empty impl) Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
- 11 Aug, 2021 1 commit
-
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 09 Aug, 2021 7 commits
-
-
Mccaskey, Alex authored
Relax a QAOA test condition for CI stability
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Mccaskey, Alex authored
First pass of implementing Accelerator::getNativeCode
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Handle single-cbit conditional for OpenQASM code gen. Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
- 06 Aug, 2021 8 commits
-
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
Mccaskey, Alex authored
IBM: Make bidirectional couplings when server sends no coupling_map
-
- 04 Aug, 2021 2 commits
-
-
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 30 Jul, 2021 1 commit
-
-
Adams, Austin Joel authored
In the IBM backend, we require [x, y] to exist in the coupling map to execute CX x,y -- [y, x] in the coupling map is not enough. So when IBM does not include a coupling_map for a given backend, we need to include both [i,j] and [j,i] for all qubits i,j s.t. i != j in the coupling map we create; currently, we only include [i,j] for all qubits i,j with i < j, which will cause errors if a circuit includes CX j,i. Signed-off-by:
Austin Adams <aja@gatech.edu>
-
- 21 Jul, 2021 2 commits
-
-
Mccaskey, Alex authored
Quil visitor to use theta string rather than trying to cast to double
-
Nguyen, Thien Minh authored
This is problematic when there is a U3 gate: it will create a Ry with string param, then revisit. Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
- 14 Jul, 2021 1 commit
-
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 12 Jul, 2021 2 commits
-
-
Mccaskey, Alex authored
Fix bug where IBM remote simulators not added to available backends. Configure IonQ backend to retrieve backend connectivity Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
Mccaskey, Alex authored
Added job status logging for IonQ
-
- 09 Jul, 2021 1 commit
-
-
Nguyen, Thien Minh authored
Also, fixed a compile issue w/ Clang. Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>
-
- 30 Jun, 2021 3 commits
-
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
Mccaskey, Alex authored
Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-