- Add initial state support for expectation values (#373)
result = tq.simulate(E, initial_state=....)
E = tq.compile(E)
evaluated = E(variables, initial_state=....)
-
Improve circuit compilation performance (#375)
-
Wave function compact visualization (#376)
-
spex backend (#379)
-
adding spex as a supported backend
result = tq.simulate(E, backend="spex")
pip install spex-tequila
- Bug in orbital_optimizer.py to vqe_solver (#377)
- Remove Qiskit noise feature and transpile circuit (#378)
- geometry_to_xyz (#382)
Co-authored-by: Oliver Hüttenhofer [email protected]
Co-authored-by: davibinco [email protected]
Co-authored-by: Mikel-Ma [email protected]
Co-authored-by: JdelArco98 [email protected]