Tutorials¶
These tutorial notebooks contain more guided examples of using the functionality in InQuanto and its extensions to simulate quantum chemistry using quantum computers. The notebooks are available to download (right-click and ‘Save as’ on download link) or viewable in browser. InQuanto also includes many other examples of specific functionality, mostly in the form of scripts that can be adapted. Examples using the inquanto-extensions can be found here. If there isn’t a downloadable tutorial for your use case then take a look at the relevant manual pages as they contain extensive example code-blocks.
Core Tutorials¶
These tutorials cover some of the main methods, demonstrating how a user can put together their own calculation and perform analysis using the modules in InQuanto.
A basic VQE simulation |
||
Extended VQE |
||
Variational Quantum Deflation for excited states |
||
Visualization with inquanto-nglview |
Backend Tutorials¶
These tutorials detail how to best run calculations on different pytket backends, which provide access to simulators, emulators, and quantum hardware. We also highlight the stochastic nature of hamiltonian averaging (shots and sampling), as well as examine the role of noise and error mitigation methods.
Hamiltonian averaging with the Aer simulator (shots) |
||
Accessing and managing backend access with Nexus |
||
Using pyktet-quantinuum to access the H-Series |
||
Running asynchronous experiments on the H-Series |
||
Quantum Subspace Expansion with the H-Series |
||
Further details on accessing H series |
||
How to set up IBM Quantum credentials and backends |
Case Study Tutorials - Fe4N2¶
This is a set of tutorials based on modeling nitrogen activation and dissociation on iron clusters. Refer to the research paper for additional information. The tutorials are divided into three parts: creating optimized active space and Hamiltonian, constructing optimized circuits using ADAPT-VQE, and evaluating these circuits on noisy hardware.
This InQ_tut_fe4n2_pickles.tar
file contains the pickle files for executing theses tutorials.
Building the Fe4N2 system using AVAS and CASSCF |
||
Building an efficient ansatz using ADAPT-VQE |
||
Running Fe4N2 experiments on the H-Series |
Fragmentation Tutorials¶
These tutorials demonstrate how to construct small subsystems which can be evaluated with wave function / quantum computational methods whilst interacting with a larger environment.
Tackling larger systems with fragmentation |
||
Projection-based embedding |
||
NEVPT2 and AC0 energy corrections |
||
Projection-based embedding with energy corrections |