quara.settings module

Module for global settings

class Settings[source]

Bases: object

classmethod get_atol()[source]

returns global setting of atol.

default value is 1e-13.

Returns

global setting of atol.

Return type

float

classmethod set_atol(atol)[source]

updates global setting of atol.

Parameters

atol (float) – global setting of atol.

Return type

None