Overview of InQuanto extensions examples¶
This page lists examples for the InQuanto-PySCF, InQuanto-NGLView and InQuanto-Phayes packages.
inquanto-pyscf/drivers¶
Examples demonstrating basic functionality of InQuanto-PySCF drivers.
File |
Description |
---|---|
Calculate oscillator strengths using VQE and VQD. |
|
A canonical VQE simulation of OH(-) using (classical) MP2 amplitudes. |
|
Get a double factorized hamiltonian from the PySCF extension, calculate energy, and compare to standard approach. |
|
LiH VQE simulation with and without gradients to demonstrate acceleration |
|
A canonical VQE simulation of OH(-) using (classical) CCSD or MP2 amplitudes. |
inquanto-pyscf/embeddings¶
Examples using PySCF with InQuanto’s DMET classes.
File |
Description |
---|---|
An example DMET calculation simulating phenol |
|
An Impurity DMET example for simulating a 3-dihydrogen ring. |
|
An example for running impurity DMET on triplet CH2. |
|
An ImpurityDMET example simulating a 7-hydrogen chain. |
inquanto-pyscf/fmo¶
Examples of usage of InQuanto-PySCF FMO classes.
File |
Description |
---|---|
An example FMO simulation of a 3-dihydrogen chain. |
|
An example FMO simulation of a 3-dihydrogen chain with custom VQE fragment solver. |
|
An example FMO simulation of a 3-dihydrogen chain with 631G basis. |
|
An example Fragment molecular orbital(FMO) simulation of a 3-dihydrogen chain with custom VQE fragment solver. |
|
An example FMO simulation of a LiH and two H2 with CCSD fragment solver. |
|
An example FMO simulation of a LiH and two H2. |
|
An example FMO simulation of a LiH and H2. |
|
An example FMO simulation of a 3-dihydrogen chain with CCSD fragment solver. |
inquanto-pyscf/projection_embedding¶
Examples of usage of InQuanto-PySCF Projection Embedding classes.
File |
Description |
---|---|
An example using dft projection based embedding of Pt5O2 with VQE. |
inquanto-pyscf/symmetry¶
Examples of usage of symmetry in InQuanto-PySCF.
File |
Description |
---|---|
Using Hamiltonian symmetries to reduce the qubit count with tapering, and perform noise mitigation with PMSV. |
inquanto-phayes/algorithm¶
Using InQuanto-Phayes for Bayesian QPE
File |
Description |
---|---|
Bayesian QPE protocol for noiseless backends |
|
BQPE calculation using H1 device and the iceberg detection code. |
|
BQPE calculation using a noise aware prior. |
inquanto-nglview/nglview¶
Vizualizing structures and orbitals with InQuanto-NGLView
File |
Description |
---|---|
Example inquanto-nglview visualization of molecular systems |
|
Example inquanto-nglview visualization of periodic systems |
inquanto-cutensornet/algorithms¶
Running algorithms using the CuTensorNetBackend
File |
Description |
---|---|
Example of running VQE with a UCCD ansatz using the CuTensorNetBackend. |
inquanto-cutensornet/protocols¶
Running protocols using the CuTensorNetBackend
File |
Description |
---|---|
Example of the usage of the CuTensorNetShotsBackend backend with inquanto. |
|
Comparison between statevector and tensor network protocols. |
inquanto-nexus/getting_started¶
Running protocols using the qnexus client
File |
Description |
---|---|
Example using a simple ProjectiveMeasurements protocol with the qnexus API. |
|
Example of executing an inquanto protocol list with the qnexus API. |
inquanto-nexus/workflows¶
Running algorithms using the qnexus client
File |
Description |
---|---|
A canonical VQE simulation of H2 in STO-3G using a hardware-efficient Ansatz. |