-
Notifications
You must be signed in to change notification settings - Fork 4
Time Evolution Code
TODO:
- Talk about the various flags that are available for use
- Describe what this script file contains
This function will apply a Rz rotation on the qubits corresponding to the fermion sites this phasing is scaled by the trotter step size (epsilon) and the mass, m TODO
This function will apply a Rx rotation on the qubits corresponding to the gauge links between the sites. The rotation angle is given by the Trotter step size epsilon. TODO
This function is used to apply the fermion hopping term across an arbitary number of sites. TODO
this function is a hardcoded method of implementing the two site (3-qubit) simulation with a highly optimized formulation of the fermion hopping operator
this function is a hardcoded method of implementing the four site (7-qubit) simulation with a highly optimized formulation of the fermion hopping operator. There are several optional flags that are present.
TODO:
- Fill in the details about the various functions that are available
- Talk about the various flags that are available for use
- Describe what this script file contains