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 .
- Jan 24, 2022
-
-
Thien Nguyen authored
Update dev deploy docker image (theia IDE) To monitor nightly deploy CI.
-
- Jan 23, 2022
-
-
Thien Nguyen authored
Signed-off-by: Thien Nguyen <thien.md.nguyen@gmail.com>
-
Thien Nguyen authored
- Empty continuation lines. - Uppercase commands. Signed-off-by: Thien Nguyen <thien.md.nguyen@gmail.com>
-
- Jan 21, 2022
-
-
https://github.com/eclipse/xacc/issues/511Thien Nguyen authored
Update theia deploy based on theia-cpp reference app. Tested by: docker build->run and launch the theia IDE. Signed-off-by: Thien Nguyen <thien.md.nguyen@gmail.com>
-
- Jan 14, 2022
-
-
Thien Nguyen authored
Update Qrack plugin for v7 API
-
- Jan 13, 2022
-
-
Thien Nguyen authored
Fixed https://github.com/eclipse/xacc/issues/509
-
- Jan 12, 2022
-
-
https://github.com/eclipse/xacc/issues/509Thien Nguyen authored
- Gradient strategies to filter out non-observing circuits associated with identity term. - For two-sided gradients (central and parameter shift), the identity term has no effect. For single-sided ones (forward and backward), add the identity coefficient in the shifted enery value. - Fixed an oversight in setting optional 'step' param. It was only set in the ctor, but not reset during initialization. Hence, it may carry the value set by a previous run. - Added a set of unit test cases covering 'shots' mode Signed-off-by: Thien Nguyen <thien.md.nguyen@gmail.com>
-
- Dec 18, 2021
-
-
https://github.com/eclipse/xaccDaniel Strano authored
Signed-off-by: Daniel Strano <stranoj@gmail.com>
-
- Dec 17, 2021
-
-
Thien Nguyen authored
Add ion trap accelerator
-
- Dec 16, 2021
-
-
Adams, Austin Joel authored
Used in https://arxiv.org/abs/2111.00146 Signed-off-by: Austin Adams <aja@gatech.edu>
-
Thien Nguyen authored
Added Build+Test GitHub Actions CI
-
Nguyen, Thien Minh authored
Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
https://github.com/eclipse/xacc/issues/506Nguyen, Thien Minh authored
- Added yml files for MacOS and Linux CI - Linked the status to README Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
Thien Nguyen authored
Add one-qubit IRTransformation for ion trap backend
-
- Dec 08, 2021
-
-
Thien Nguyen authored
Handle Honeywell Accelerator backend status
-
Nguyen, Thien Minh authored
Currently, we terminate if the backend is not online. This can be inconvenient for batch mode (vector<Composite>) since the backend can go into 'in maintenance' status. Hence, changed the logic to only terminate if the status is 'offline' (according to the calendar). Otherwise, try polling. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Dec 06, 2021
-
-
Thien Nguyen authored
Limit QLM core count in power access mode (qlmaas)
-
Nguyen, Thien Minh authored
The scheduler on the QLM will not allow more than 75 cores to be used for any single jobs. Depending on the problem size (number of qubits), the QLM may pick an optimal core count exceeding this limit, hence needs to specifically limit the core count. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Dec 02, 2021
-
-
Thien Nguyen authored
Updated the RO error decorator
-
Nguyen, Thien Minh authored
Changed the order of retrieving ro probabilities: if a file path is explicitly specified, we should always use it rather than the data from the accelerator. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
Thien Nguyen authored
IonQ Accelerator bug fix
-
Thien Nguyen authored
Fixing bug: closing brace before code
-
Nguyen, Thien Minh authored
Users reported incorrect ro mitigation decorator. This is due to the ro error probabilities are incorrect. The code to populate the meas1_prep0 data was accidentally placed outside the if scope, hence contain bogus data. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
-
- Dec 01, 2021
-
-
Nguyen, Thien Minh authored
- Batch mode: override base RemoteAccelerator to run one-by-one. - Fixed U3 decompose for IonQProgramVisitor: looks like the decomposition is not correct (incorrect results). Also, IonQ supports native sqrt-X gate, hence just use the same U3 -> (sx-rz) as that of IBM. Tested by: running on IonQ remote simulator. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Nov 26, 2021
-
-
Daniel Strano authored
Signed-off-by: Daniel Strano <stranoj@gmail.com>
-
Daniel Strano authored
Signed-off-by: Daniel Strano <stranoj@gmail.com>
-
- Nov 23, 2021
-
-
Adams, Austin Joel authored
Signed-off-by: Austin Adams <aja@gatech.edu>
-
- Nov 22, 2021
-
-
Thien Nguyen authored
Create plugin for GTRI testbed backend
-
- Nov 19, 2021
-
-
Thien Nguyen authored
Fixed https://github.com/eclipse/xacc/issues/491
-
Thien Nguyen authored
Fixed a bug in single-qubit matrix decomposition
-
- Nov 02, 2021
-
-
Nguyen, Thien Minh authored
The sub-routine must return once it found the decomp. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
https://github.com/eclipse/xacc/issues/491Nguyen, Thien Minh authored
Added tests Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Oct 26, 2021
-
-
Mccaskey, Alex authored
Fixed https://github.com/eclipse/xacc/issues/463
-
https://github.com/eclipse/xacc/issues/463Nguyen, Thien Minh authored
More reliable finding of preamble. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov> Signed-off-by: Thien Nguyen <thien.md.nguyen@gmail.com>
-
- Oct 23, 2021
-
-
Adams, Austin Joel authored
-
- Oct 04, 2021
-
-
Mccaskey, Alex authored
Added some missing headers for GCC 11 compatibility
-
Nguyen, Thien Minh authored
Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Adding <exception> include to be compatible w/ gcc 11.1 Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Sep 22, 2021
-
-
Mccaskey, Alex authored
Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov>
-