2

If I know a sparse matrix, is there any tool that allows me to get the corresponding quantum circuit directly?

If not what should I do?

For example,I want to try hamilton simulation and I have the sparse matrix. How can I get the corresponding quantum circuit? By code or by some software? Or get enough training?

I'm new in this field.

Need your help

Norbert Schuch
  • 6,521
  • 16
  • 27

1 Answers1

2

Concerning Hamiltonian simulation, you can find very useful guide in this question.

General approach to quantum circuit construction is explained in paper Elementary gates for quantum computation.

Also paper Optimal Quantum Circuits for General Two-Qubit Gates can be helpful.

Martin Vesely
  • 13,891
  • 4
  • 28
  • 65