You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for inputs to be phrased as pauli strings (ie in Ising formulation), ie "XX+YY+ZZ" with coefficients.
Possibly output a trotterized circuit (1st or 2nd order trotterization)
This would allow for a wider audience (for example in quantum Chemistry).
This could also be implemented by supporting conversion from Tequila or Openfermion formulation
The text was updated successfully, but these errors were encountered:
I have a similar kind of implementation in my library. I represent Hamiltonians as a dictionary that maps Pauli strings to their coefficients. For Hamiltonian representation here we can have similar approach.
Here (link) is the functionality for taking the Hamiltonian in my format and outputting the qiskit QuantumCircuit. I could modify this to work with the circuit in pauliopt
Allow for inputs to be phrased as pauli strings (ie in Ising formulation), ie "XX+YY+ZZ" with coefficients.
Possibly output a trotterized circuit (1st or 2nd order trotterization)
This would allow for a wider audience (for example in quantum Chemistry).
This could also be implemented by supporting conversion from Tequila or Openfermion formulation
The text was updated successfully, but these errors were encountered: