mdipierro/fermiqcd
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
FermiQCD requires gcc 2.95.3 or 3.x.x FermiQCD files and MDP libraries are in Libraries/ Documentation and licenses are in Documentation/ Examples are in, guess what, Examples/ Conversion programs for gauge configurations are in Converters/ Other contains work in progress Compile with g++ -O3 -I[path to *.h files] [filename.cpp] -o [filename.exe] [path to *.h files] refers to the path where the mdp_*.h and fermiqcd_*.h files are located. It should be in Libraries/ Under linux compile with -DLINUX To use SSE2 compile with -O3 -DSSE2 For double precision compile with -DUSE_DOUBLE_PRECISION Note that in order to use the SSE2 action it is necessary to choose the proper action in the program default_fermi_action=FermiCloverActionSSE2::mul_Q; default_staggered_action=StaggeredAsqtadActionSSE2::mul_Q; Gauge actions are not yet optimized with SSE2. Fermions in double precision are better optimized than fermions in single precision. Wilson/Clover action is (with minor variations) M. Luscher's implementation. FermiQCD is based in M. Lusher's inline SSE2 macros. Wilson/Clover code was tested against Canopy (by J.Simone) and against UKQCD code (by J.Flynn). Staggered/Asqtad action was tested against MILC (by M.DiPierro and O.Masataka). Feel free to email the author for more examples and free support. mdipierro@cs.depaul.edu Enjoy.
About
Automatically exported from code.google.com/p/fermiqcd
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published