Hybrid Monte Carlo with Fourier Acceleration simulation package for the N=2 Principal Chiral model.
Project description
This python package offers efficient simulation and data analysis routines for the $SU(2) \times SU(2)$ Principal Chiral model. The key feature offered is the integration of Fourier Acceleration into the Hybrid Monte Carlo algorithm which leads to a significant reduction in the degree of critical slowing down.
Currently the simulation is only supported for a two dimensional cubic lattice.
Installation
To install SU2xSU2
using pip
run:
pip install SU2xSU2
Its is recommended to work in a virtual environment. The package comes with a custom style sheet which is used by default.
Documentation
Read the docs here.
Example
A basic example showing how to set up a simulation using Fourier accelerated HMC to measure the wall-to-wall correlation function. Further examples can be found here.
from SU2xSU2.SU2xSU2 import SU2xSU2
# define model and lattice parameters
model_paras = {'L':40, 'a':1, 'ell':5, 'eps':1/5, 'beta':0.6}
model = SU2xSU2(**model_paras)
# define simulation parameters and measurements
sim_paras = {'M':500, 'thin_freq':1, 'burnin_frac':0.5, 'accel':True, 'measurements':[model.ww_correlation_func], 'chain_paths':['corfunc_chain.npy']}
model.run_HMC(**sim_paras)
Licence
SU2xSU2
is free software made available under the MIT License. For details see the LICENSE
file.
To Do
- Runtime warning in correlations l.64
- generalize simulation and data analysis to d-dimensional cubic lattice
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file SU2xSU2-1.3.tar.gz
.
File metadata
- Download URL: SU2xSU2-1.3.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b9ed8fc4c5919da9f92be8c8039ad36a74d4ec7d0c822c1c5e0c362751419b5 |
|
MD5 | 935a2cf19790e924322af426112ab500 |
|
BLAKE2b-256 | 805011917ade475a854126d224420e967a3aec4ddb66a9255afbf260235e3b24 |
File details
Details for the file SU2xSU2-1.3-py3-none-any.whl
.
File metadata
- Download URL: SU2xSU2-1.3-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7acca5df5308ae20e691694d25958d6cfe28e0555fb7e63bf1aa41673cb9de60 |
|
MD5 | 025f6b463fadcb2bfa401bae0b08e36c |
|
BLAKE2b-256 | 98f159d56c51b2adbd8ca93bdab6296c24544c701f7db1cadd839a5b44a5c899 |