Converts an ansatz generated by the Adaptive Variational Quantum Imaginary Time Evolution (AVQITE) algorithm into a Qiskit circuit.
In qiskit_circ_gen_avqite_qiskit_pauli_rot.ipynb a Qiskit implementation of the Pauli rotation gate is used. qc_qiskit_pauli_rot.pkle is the resulting ansatz circuit in this case.
In qiskit_circ_gen_avqite_custom_pauli_rot.ipynb a custom implementation of the Pauli rotation gate is used. Here one can choose whether to decompose the 'rzz' gates into a sequence of 'cx-rz-cx' or not. qc_custom_pauli_rot.pkle is the resulting ansatz circuit in this case.