mm.physics.triples.settings¶
- mrmustard.physics.triples.settings¶
A class containing various settings that are used by Mr Mustard throughout a session.
from mrmustard import settings >>> settings.AUTOCUTOFF_MAX_CUTOFF # check the default values 100 >>> settings.AUTOCUTOFF_MAX_CUTOFF = 150 # update to new values >>> settings.AUTOCUTOFF_MAX_CUTOFF 150
code/api/mrmustard.physics.triples.settings
Download Python script
Download Notebook
View on GitHub