diff --git a/docs/build/doctrees/api/WPSProtocol.doctree b/docs/build/doctrees/api/WPSProtocol.doctree index 3a2b7ca..095c389 100644 Binary files a/docs/build/doctrees/api/WPSProtocol.doctree and b/docs/build/doctrees/api/WPSProtocol.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 29dfbab..f5bcf6d 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/html/_modules/index.html b/docs/build/html/_modules/index.html index b146ad7..7896854 100644 --- a/docs/build/html/_modules/index.html +++ b/docs/build/html/_modules/index.html @@ -72,7 +72,6 @@
WPSresource_Hamiltonian_TimeEvolOp_IsingType()
Generates (S) type Hamiltonian for N number of qubits. -'S' can be X, Y, Z. -For eg: (X+Y) Hamiltonian, params['opH'] = [X, Y]. -(X+Y+Z) Hamiltonian, params['opH'] = [X, Y, Z].
-Returns time evolution operator of -Args: params (dictionary) -kwargs: TFH (list of Toggling frame hamiltonian)
-Returns list of Toggling Frame Hamiltonians of (X+Y) Hamiltonian for the complete pulse sequence. -Args: params (dictionary)
-Returns toggling frame hamiltonian of the Ising Model.
-Returns Average Hamiltonian given a list of Toggling Frame Hamiltonians. -Args: params (dictionary) -kwargs: TFH [Required]
-Initializes initial_wavefunction and it's normalized form based on number of qubits. -Returns: -n: length of the pulse sequence, -N: total number of qubits, -r: coupling constants generated randomly for N qubits, -op: params['opH'], -pulses: params['pulses'], -psi_nmn: normalized initial wavefunction randomly generated from Gaussian Distribution, -R: inverse of r, -alpha: extent to which the qubits can interact, -Args: params: dictionary
-Returns a normalized wavefunction. -Args: psi - a column vector.
-Generates sparse matrices for a given dense matrix. -Args: a - a 2D numpy array
-Returns tensor product of an operator acting on specific qubits on the system. -Args: matrix2D - a 2X2 dim numpy array. -kwargs: a - no. of sites to the left of the matrix2D, -b - no.of sites to the right of the matrix2D.
-Returns list of time evolution of the Hamiltonian for discrete time steps, and list of time_steps. -kwargs: H [Required] Hamiltonian.
-WPSresource_Hamiltonian_TimeEvolOp_IsingType()
-- |
- |
- | - |
WPSProtocol.Module_WalshPSeq
WPSProtocol.Part_2A