Imaginary-time evolution using forward and backward real-time evolution with a single ancilla: First-quantized eigensolver algorithm for quantum chemistry #578
Labels
Paper Implementation Project
Implement a paper using Classiq
quantum intermediate
Requires some basic knowledge in quantum computing
Imaginary-Time Evolution Using Forward and Backward Real-Time Evolution with a Single Ancilla: First-Quantized Eigensolver Algorithm for Quantum Chemistry
Abstract
Probabilistic Imaginary Time Evolution (PITE) is a quantum computing technique that derives from Imaginary Time Evolution methods, providing a pathway to finding the ground state of a quantum Hamiltonian. In this project, you will implement a version of PITE with two distinct time-discretization methods as proposed in Optimal scheduling in probabilistic imaginary-time evolution on a quantum computer by Hirofumi Nishi et al. The challenge involves analyzing the algorithm’s efficiency using Classiq’s optimization tools to compare the CX-gate counts of each method.
Project Overview
Challenge: Implement the PITE algorithm using Classiq to compare two different time-discretization schedules to achieve the effect of Imaginary Time Evolution. Evaluate the CX-gate counts for a sequence of 10 time steps while scaling the number of qubits for a specific Hamiltonian. Bonus: Estimate the ground state energy of the Hamiltonian with the quantum algorithm.
Objective
Execute the PITE algorithm on the following Ising Hamiltonian with ( N ) qubits:
where ( h_{i,j} = 0.5 ) and ( J_i = 0.7 ).
Deliverables
unitary()
) to perform the time evolution.count_ops()
to obtain CX-gate counts.unitary()
) for time evolution.count_ops()
to obtain CX-gate counts.Follow the Contribution Guidelines in CONTRIBUTING.md. For assistance, you can reach out via GitHub or join our Slack Community.
Getting Started
Implementation Steps
Algorithm Coding:
unitary()
or another Hamiltonian simulation method.Mathematical Explanation:
Generate
.qmod
File:write_qmod(model, "filename.qmod")
to save your models..qmod
file generation.Quality Check:
Submit Contribution:
classiq-library/research/probabilistic_imaginary_time_evolution
.Resources
Note: No strict deadline. Confirm with us if you start this task so we can assign it to you.
Good Luck!
The text was updated successfully, but these errors were encountered: