Skip to content

Qiskit Aer 0.3.1

Compare
Choose a tag to compare
@atilag atilag released this 15 Oct 16:59
2b7f65c

Changelog

Added

  • Added tests for the Fredkin gate (#357)
  • Added tests for the cu1 gate (#360)
  • Added tests for statevector and stabilizer snapshots (#355)
  • Added tests for density matrix snapshot (#374)
  • Added tests for probabilities snapshot (#380)
  • Added support for reset() in MPS simulation method (#393)
  • Added tests for matrix and Pauli expectation value snapshot (#386)

Changed

  • Changes signature of SnapshotExpectationValue extension and the way qubit position parameters are parsed in expectation_value_matrix qobj instructions (#386)
  • Change signature of SnapshotProbabilities extension (#380)
  • Change signature of SnapshotDensityMatrix extension (#374)
  • Stabilizer snapshot returns stabilizer instead of full Clifford table (#355)
  • Signature of SnapshotStatevector and SnapshotStabilizer (#355)
  • Changed all names from tensor_network_state to matrix_product_state (#356)
  • Update device noise model to consume asymmetric readout errors from backends (#354)
  • Update device noise model to use gate_length (#352)
  • Refactoring code and introducing floating point comparison func (#338)