atlas_q.tdvp.TDVPConfig#

class atlas_q.tdvp.TDVPConfig(dt=0.01, t_final=10.0, order=2, chi_max=128, eps_bond=1e-08, adaptive_dt=False, dt_min=1e-05, dt_max=0.1, error_tol=1e-06, normalize=True, krylov_dim=10, use_gpu_optimized=True)[source]#

Bases: object

Configuration for TDVP simulation

__init__(dt=0.01, t_final=10.0, order=2, chi_max=128, eps_bond=1e-08, adaptive_dt=False, dt_min=1e-05, dt_max=0.1, error_tol=1e-06, normalize=True, krylov_dim=10, use_gpu_optimized=True)#

Methods

__init__([dt, t_final, order, chi_max, ...])

Attributes

dt: float = 0.01#
t_final: float = 10.0#
order: int = 2#
chi_max: int = 128#
eps_bond: float = 1e-08#
adaptive_dt: bool = False#
dt_min: float = 1e-05#
dt_max: float = 0.1#
error_tol: float = 1e-06#
normalize: bool = True#
krylov_dim: int = 10#
use_gpu_optimized: bool = True#