You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base config will just state the Hamiltonian, and the lattice along with any relevant parameters
Config will be appended to by a utility script and will now contain a list of all (non-zero weight) operators
Bonds will have info on the two site they're acting on (both the site IDs and the coords) as well as the interaction strength
Site operators will have the site ID, site coords, site op type (sigma_x or sigma_z), and field strength
The coordinates and interaction strengths may ofc be modified by hand (though re-running the aforementioned utility script will overwrite those changes)
Config file may also define optional simulation parameters (temperature, initial operator list length, number of EQ/MC steps, what observables to record, etc.)
read by the run script which may then take any missing/over-rideable simulation parameters before starting the run.
Probably a TOML file.
Base config will just state the Hamiltonian, and the lattice along with any relevant parameters
Config will be appended to by a utility script and will now contain a list of all (non-zero weight) operators
Config file may also define optional simulation parameters (temperature, initial operator list length, number of EQ/MC steps, what observables to record, etc.)
read by the run script which may then take any missing/over-rideable simulation parameters before starting the run.