Skip to content

v3.2.0

Compare
Choose a tag to compare
@rigetti-githubbot rigetti-githubbot released this 03 Aug 22:05
· 153 commits to master since this release

3.2.0 (2022-08-03)

Chore

Docs

Fix

Update

  • add execution duration to program results (#1436) (aa1181e), closes #1436
  • Addressed incorrect typing on new _substitute method for MemoryReference. (5d3bd13)
  • Assign a fidelity of 100% to RZ operations to break symmetry with RX in ISA. (#1433) (76785c0), closes #1433
  • Created test for memory reference substitution (which fails) based on test_eval for the parameter case. (ce357c1)
  • Initial solution working for test. Had to give away the notion of arrays for the values, and require the user to individually address the values for each memory offset. (7ef08b4)
  • Summarized update in CHANGELOG.md. (3460708)
  • Support group accounts (#1439) (fb35d30), closes #1439

Upgrade