Path to this page:
./
wip/py-corrfitter,
Utilities for fitting correlators in lattice QCD
Branch: CURRENT,
Version: 3.7,
Package name: py312-corrfitter-3.7,
Maintainer: jihbed.researchThis module contains tools that facilitate least-squares fits, as functions
of time ``t``, of simulation (or other statistical) data for 2-point and
3-point correlators of the form::
Gab(t) = <b(t) a(0)>
Gavb(t,T) = <b(T) V(t) a(0)>
Each correlator is modeled using |Corr2| for 2-point correlators, or
|Corr3| for 3-point correlators in terms of amplitudes for each source
``a``, sink ``b``, and vertex ``V``, and the energies associated with each
intermediate state. The amplitudes and energies are adjusted in the
least-squares fit to reproduce the data; they are specified in a shared prior
(typically a dictionary).
An object of type |CorrFitter| describes a collection of correlators and is
used to fit multiple models to data simultaneously. Any number of
correlators may be described and fit by a single |CorrFitter| object.
|CorrFitter| objects can also be used to to extract the appropriate fit
data from |Dataset| objects.
This module has been used extensively for analyzing results from lattice
QCD simulations
Required to run:[
wip/py-lsqfit] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 62cfe724cf3a66f7f8208e221a583ad2d007654c
Filesize: 1633.02 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-corrfitter-3.7
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: py310-corrfitter-3.7
- (2021-10-08) Updated to version: py39-corrfitter-3.7
CVS history: (Expand)
2014-05-13 00:21:49 by Kamel Derouiche | Files touched by this commit (2) | |
Log message:
update component
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-08-31 22:27:22 by Kamel Derouiche | Files touched by this commit (4) |
Log message:
Import py27-corrfitter-3.6 as wip/py-corrfitter.
This module contains tools that facilitate least-squares fits, as functions
of time ``t``, of simulation (or other statistical) data for 2-point and
3-point correlators of the form::
Gab(t) = <b(t) a(0)>
Gavb(t,T) = <b(T) V(t) a(0)>
Each correlator is modeled using |Corr2| for 2-point correlators, or
|Corr3| for 3-point correlators in terms of amplitudes for each source
``a``, sink ``b``, and vertex ``V``, and the energies associated with each
intermediate state. The amplitudes and energies are adjusted in the
least-squares fit to reproduce the data; they are specified in a shared prior
(typically a dictionary).
An object of type |CorrFitter| describes a collection of correlators and is
used to fit multiple models to data simultaneously. Any number of
correlators may be described and fit by a single |CorrFitter| object.
|CorrFitter| objects can also be used to to extract the appropriate fit
data from |Dataset| objects.
This module has been used extensively for analyzing results from lattice
QCD simulations
|