An open API service indexing awesome lists of open source software.

https://github.com/reliq-lft/reliq

Experimental lattice field theory framework prioritizing user-friendliness, performance, reliability, and resiliance
https://github.com/reliq-lft/reliq

kokkos lattice-qcd nim-lang upcxx

Last synced: about 1 month ago
JSON representation

Experimental lattice field theory framework prioritizing user-friendliness, performance, reliability, and resiliance

Awesome Lists containing this project

README

          

# ReliQ
> "We all make choices. But in the end our choices make us." - Andrew Ryan (BioShock)

`ReliQ` is an experimental lattice field theory framework written first and foremost with user-friendliness, performance, reliability, and portability across current and future heterogeneous architectures in mind. As such, `ReliQ` is written in the elegant [Nim](https://nim-lang.org/) programming language, and we are experimenting with the use of a [partitioned global address space](https://en.wikipedia.org/wiki/Partitioned_global_address_space) for `ReliQ`'s distributed memory model using the [Unified Parallel C++](https://upcxx.lbl.gov/docs/html/guide.html) framework. Currently, each address space operates on the shared memory model implemented by [Kokkos](https://kokkos.org/).