Skip to content

nftqcd/lgt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lgt

Collection of objects / models for Lattice Gauge Theory

Install

python3 -m pip install lgt

Organization

📁 lgt/
├──📁 group/
│   ├── generators.py
│   └── group.py
└── 📁 lattice/
    ├──📁 su3/
    │   ├──📁 numpy/
    │   │   └── lattice.py
    │   ├──📁 pytorch/
    │   │   └── __init__.py
    │   └──📁 tensorflow/
    │       └── lattice.py
    ├──📁 sun/
    │   ├── logm.py
    │   └── sun.py
    └──📁 u1/
        ├──📁 numpy/
        │   └── lattice.py
        ├──📁 pytorch/
        │   └── lattice.py
        └──📁 tensorflow/
            └── lattice.py

About

Collection of objects / models for Lattice Gauge Theory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages