SIMULATeQCD =========== The goal of SIMULATeQCD is to establish a multi-GPU interface that makes it simple and easy for developers to implement lattice QCD formulas while still providing the best possible performance. It is written in C++, allowing developers to write code which is close to hardware level (opening many possibilities for optimization), and it is an object-oriented language, facilitating organized code structure and encapsulation (making the code human-readable). ```{toctree} --- maxdepth: 1 --- 01_gettingStarted/gettingStarted.md 02_contributions/contributions.md 03_applications/applications.md 04_codeBase/codeBase.md 05_modules/modules.md ```