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.
The simulation is supported for cubic lattices with even side length in arbitary dimensions.
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 = {'D':2, 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, 'burnin_frac':0.5, 'accel':True, 'measurements':[model.ww_correlation_func], 'chain_paths':['corfunc_chain.npy']}
model.run_HMC(**sim_paras)
Attribution
Please cite the following paper if you found this code useful in your research:
@article{WackFAHMC2024,
author = {Roger Horsley and Brian Pendleton and Julian Wack},
title = {Hybrid Monte Carlo simulation with Fourier acceleration of the N = 2 principal chiral model in two dimensions},
journal = {Physics Letters B},
volume = {849},
pages = {138429},
year = {2024},
issn = {0370-2693},
doi = {https://doi.org/10.1016/j.physletb.2023.138429},
eprint={2308.14628v2},
archivePrefix={arXiv},
primaryClass={hep-lat}
}
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
- implement weak coupling expansion for all D
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-2.tar.gz
.
File metadata
- Download URL: SU2xSU2-2.tar.gz
- Upload date:
- Size: 38.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 426341d6e5c7cd88730caf9816bdfa235bce2e1bf8db98b41c5c8745dd2a20fa |
|
MD5 | e2fafd520bc5603b9c4b1b0c18dbfcb6 |
|
BLAKE2b-256 | 5b1473819701e20f2d5c7f39bafdbc21e28d3bc0534e3c745135797a5252e5eb |
File details
Details for the file SU2xSU2-2-py3-none-any.whl
.
File metadata
- Download URL: SU2xSU2-2-py3-none-any.whl
- Upload date:
- Size: 35.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4be397e907fe1bf3bd6c76e446c82ecc4884611b294017741df920cceb01daf9 |
|
MD5 | 5e03ba0820e25ab3f7cdd485bf8cfe28 |
|
BLAKE2b-256 | 299d15ab85eaf290ba3b1e729951beca0addd43acf907123848018e916a4de02 |