View source on GitHub |
Davidson algorithm iteration options.
openfermion.linalg.DavidsonOptions(
max_subspace=100, max_iterations=300, eps=1e-06, real_only=False
)
Methods
set_dimension
set_dimension(
dimension
)
Args: dimension(int): Dimension of the matrix, which sets a upper limit on the work space.