Helper

Contents

Helper#

List of Helpers#

Helper(*args, **kwargs)

Transform attribute to pure function.

Evolve(graph[, truncated_dim, add_random, ...])

Helper for constructing time-evolution computing functions based on the graph which contains all information about qubits and pulses.

Evolve.eigen_basis([transform_matrix, ...])

Running the time evolution in the eigenbasis.

Evolve.eigen_basis_trajectory([tlist, ...])

Computing the time evolution trajectory in the eigen basis.

Evolve.product_basis([psi_list, ...])

Running the time evolution in the product basis.

Evolve.product_basis_trajectory([tlist, ...])

Computing the time evolution trajectory in the product basis.

Spectrum(graph[, truncated_dim, add_random, ...])

Helper for constructing spectrum computing function of the quantum system based on the graph which contain all information about qubits and pulse.

Spectrum.energy_tensor([greedy_assign, ...])

Return the eigenenergy of quantum system in tensor form.

Spectrum.get_model_eigen_basis(...[, ...])

Compute the quantum system properties in multi-qubit eigen basis.