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 .
- Dec 16, 2021
-
-
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 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>
-
-
Mccaskey, Alex authored
Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov>
-
- Sep 21, 2021
-
-
Mccaskey, Alex authored
Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov>
-
Mccaskey, Alex authored
Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov>
-
- Sep 20, 2021
-
-
Mccaskey, Alex authored
Fixed https://github.com/eclipse/xacc/issues/466
-
https://github.com/eclipse/xacc/issues/466Nguyen, Thien Minh authored
Cherrypicking the eigen fix to XACC: https://gitlab.com/libeigen/eigen/-/commit/66d073c38e3cd5dad974deea7b3d1d45247ea55b Updating the whole eigen to the latest version brings other unneccesary compatibility issue. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Sep 15, 2021
-
-
Mccaskey, Alex authored
Adding layer metadata to gate node in the DAG representation
-
https://github.com/eclipse/xacc/issues/486Nguyen, Thien Minh authored
Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Sep 13, 2021
-
-
Nguyen, Thien Minh authored
The string output now contains the layer info. Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Sep 10, 2021
-
-
Nguyen, Thien Minh authored
Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
Nguyen, Thien Minh authored
Signed-off-by: Thien Nguyen <nguyentm@ornl.gov>
-
- Sep 08, 2021
-
-
Mccaskey, Alex authored
Add some instructions for common ion trap native gates
-
Mccaskey, Alex authored
AcceleratorBuffer: Use exp-val-z extra info for getExpectationValueZ() if present
-