sesame.solvers.Solver – Sesame solver oject¶
-
class
sesame.solvers.Solver(use_mumps=True)[source]¶ An object that creates an interface for the equilibrium and nonequilibrium solvers of Sesame, and stores the equilibrium electrostatic potential once computed.
Parameters: use_mumps: boolean :
Flag for the use of the MUMPS library if available. The flag is set to True by default. If the MUMPS library is absent, the flag has no effect.
Attributes
equilibrium: numpy array of floats Electrostatic potential computed at thermal equilibrium.