mspraggs / pyQCD

pyQCD provides a Python library for running small-scale lattice QCD simulations on desktop and workstation computers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make lattice module an optional feature

mspraggs opened this issue · comments

The lattice class carries a lot of dependencies in order to build and use it. Many users will only need the analysis tools, so it may be good to have lattice as an optional module that doesn't have to be built in order to install pyQCD.