Skip to content
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 .
  1. Jan 24, 2022
  2. Jan 23, 2022
  3. Jan 21, 2022
  4. Jan 14, 2022
  5. Jan 13, 2022
  6. Jan 12, 2022
    • Thien Nguyen's avatar
      Fixed https://github.com/eclipse/xacc/issues/509 · 1e8874a2
      Thien 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: default avatarThien Nguyen <thien.md.nguyen@gmail.com>
      1e8874a2
  7. Dec 18, 2021
  8. Dec 17, 2021
  9. Dec 16, 2021
  10. Dec 08, 2021
  11. Dec 06, 2021
  12. Dec 02, 2021
  13. Dec 01, 2021
    • Nguyen, Thien Minh's avatar
      Fixed IonQ backend implementation: · 5c0dd934
      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: default avatarThien Nguyen <nguyentm@ornl.gov>
      5c0dd934
  14. Nov 26, 2021
  15. Nov 23, 2021
  16. Nov 22, 2021
  17. Nov 19, 2021
  18. Nov 02, 2021
  19. Oct 26, 2021
  20. Oct 23, 2021
  21. Oct 04, 2021
  22. Sep 22, 2021
Loading