Skip to content

v0.4.1

Compare
Choose a tag to compare
@bdoolittle bdoolittle released this 20 Jan 21:14
· 44 commits to main since this release
5cea880

In this release we add a few new utilities and ansatzes.

  • state_vec_fn : constructs a function that obtains the vector representation of a quantum state output from a circuit.
  • density_mat_fn : constructs a function that obtains the density matrix representation of a quantum state output from a circuit.
  • W_state : Initializes the 3-qubit W state
  • nonmax_entangled_state : initializes a GHZ-like state that is nonmaximally entangled.
  • shared_coin_flip_state: generates a mixed state that mimics the a biased coinflip shared between multiple parties.
  • graph_state_fn : generates a circuit that initializes a pre-specified graph state.