Skip to main content

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

The dependencies of the package are detailed in 'requirements.txt'. To install these download the file and run

pip install -r requirements.txt

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

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.0.tar.gz (3.0 MB view details)

Uploaded Source

Built Distribution

su2xsu2-1.0-py3-none-any.whl (29.7 kB view details)

Uploaded Python 3

File details

Details for the file su2xsu2-1.0.tar.gz.

File metadata

  • Download URL: su2xsu2-1.0.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for su2xsu2-1.0.tar.gz
Algorithm Hash digest
SHA256 3cccaa289e54e2009fa79310798733a5d1981867711b973fca35ce3a6d90a224
MD5 de876a30f16d74ccb1b66fd1bfac1aa9
BLAKE2b-256 9c850806126ef7ba12b102cce0a55fd6883b97850d267903afa193e27f2e242f

See more details on using hashes here.

File details

Details for the file su2xsu2-1.0-py3-none-any.whl.

File metadata

  • Download URL: su2xsu2-1.0-py3-none-any.whl
  • Upload date:
  • Size: 29.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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7381713ad6fae6118afaf7453ae96dc64bcbd91c2f872ad3b316b81a1a3d4e12
MD5 2d52bc463a124fe24175e03097c20d82
BLAKE2b-256 71c7459cef4b723d733b3d51a1ac9bc717061869ad3bd8d41bb6f84f8b3b22b6

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