Skip to main content

Hybrid Monte Carlo with Fourier Acceleration simulation package for the N=2 Principal Chiral model.

Project description

logo

GitHub DOI PyPI version Documentation Status

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, '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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SU2xSU2-1.3.1.tar.gz (33.3 kB view details)

Uploaded Source

Built Distribution

SU2xSU2-1.3.1-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

File details

Details for the file SU2xSU2-1.3.1.tar.gz.

File metadata

  • Download URL: SU2xSU2-1.3.1.tar.gz
  • Upload date:
  • Size: 33.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for SU2xSU2-1.3.1.tar.gz
Algorithm Hash digest
SHA256 1db1f8b4e2bff1532aba7aa94636071c9148c89ab36608eb5098f033dcb30e97
MD5 9ae923fe61204e73b17cf02a44da0035
BLAKE2b-256 b08bb9745de2ef1cd7d2b669fb8d3d80a7b1fbd8ecc071d0f0c6ebf4bcffe5ba

See more details on using hashes here.

File details

Details for the file SU2xSU2-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: SU2xSU2-1.3.1-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

Hashes for SU2xSU2-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aad78d0d6f389de26ab11ee90ec6063a87eac0aacc75ec0d96728f230e60a9d2
MD5 55ebf897c93fe3780abd541cf5e5b331
BLAKE2b-256 ca5da5f9d848d90a36470865fc005c0705d7eadcfadb1a3f354684363acb5bdd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page