Chapter 6 Quantum chemistry calculation

In this chapter, we will learn about quantum chemical calculations, which is considered one of the most important and promising applications of NISQ devices. First, we will learn how to handle OpenFermion, a useful library for quantum chemical calculations, and how to convert quantum chemistry problems into a form that can be solved by a quantum computer. (chapter 6-1) After that, in chapter 6-2, we implement variational quantum eigensolver, which we learned in chapter 5-1 with Qulacs. In chapter 6-3, we learn about subspace-variational quantum eigensolver (SS-VQE) with which we can calculate not only the ground state but also the excited state.

*This chapter requires a prerequisite knowledge of quantum chemistry, so if you don’t understand what you are reading, please refer to other literature or skip over it.