Hybrid Monte Carlo with Fourier Acceleration simulation package for the N=2 Principal Chiral model.
Project description
SU(2) x SU(2)
This python package offers efficient simulation and data analysis routines for the SU(2) x 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.
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
make new distribution. install again an check if division by 0 bug solved, cor func showing and saving in mass_lambda, non-integer M, accel_mass file names
- test mass_lambda and slowdown and make first stable distribution
- commit changes to build backend and making distribution
commit: small bug fixes and additional import fix (SU2xSU2, examples, analysis, correlations, usage.rst) commit: change build backend to setuptools and make distribution
- add stylesheet to distribution and uncomment its use in files
- change name of function that integrates the beta function (state that 1/beta expansion of integrand is used) and use numerical integration instead of expanding the integrand
- add tests
- plotting
- get latex error when plotting within analysis.py
- no apparent option to add errorbar format '.' in style sheet
- include mplstyle file in stylelib/ to be used globally. Currently, the file needs to be copied manually into the directory. Possible approaches:
- https://github.com/garrettj403/SciencePlots/blob/master/scienceplots/__init__.py using https://github.com/matplotlib/matplotlib/blob/main/lib/matplotlib/style/core.py
- https://matplotlib.org/stable/tutorials/introductory/customizing.html#distributing-styles
- https://stackoverflow.com/a/52997575
- https://stackoverflow.com/questions/35851201/how-can-i-share-matplotlib-style
- 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.1.2.tar.gz
.
File metadata
- Download URL: SU2xSU2-1.1.2.tar.gz
- Upload date:
- Size: 28.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed3a27592e9d28210344224e7f7b73dd66a2544732c63226b1c35e54bf51b40a |
|
MD5 | 38b236026df4954ae8c7170b342d77b2 |
|
BLAKE2b-256 | b0603ecb0fe8c81b3de9c9919e56a6c504460965dcb4f33710bbb2693b9a7313 |
File details
Details for the file SU2xSU2-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: SU2xSU2-1.1.2-py3-none-any.whl
- Upload date:
- Size: 29.4 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 | 5803188f1dd3d9fce42893adfce3301f0a8922973698f78e75dddd38eddbc516 |
|
MD5 | 67ad3e662b4cb45277b30dfd3c03c40e |
|
BLAKE2b-256 | e7be43fa2f0360ee600dae9302caafa8a06a26a72bbea52bb4a5cfbed5a9db25 |