Skip to content

Qiskit Aer 0.3.0

Compare
Choose a tag to compare
@atilag atilag released this 20 Aug 22:01
ef1274c

Changelog

Added

  • New simulation method for qasm simulator: tensor_network (#56)
  • Added superop qobj instruction and superoperator matrix utils (#289)
  • Added support for conditional unitary, kraus, superop qobj instructions (#291)
  • Add "validation_threshold" config parameter to Aer backends (#290)
  • Added support for apply_measure in tensor_network_state. Also changed
    sample_measure to use apply_measure (#299)
  • Added density matrix simulation method to QasmSimulator (#295, #253)
  • Adds delay measure circuit optimization (#317)
  • Added sampling for sampling with readout-errors (#222)
  • Added support of single precision for statevector and density matrix simulation (#286, #315)
  • Noise model inserter module (#239)

Changed

  • Added density matrix method to automatic QasmSimulator methods (#316)

Fixed

  • Bug in handling parallelization in matrix_product_state.cpp (PR #292)
  • Added support for multiplication by coeff in tensor_network_state expectation value snapshots (PR #294)
  • Change name of qasm simulation method from tensor_network to matrix_product_state (#320)