Guillaume Fraux

Results 159 issues of Guillaume Fraux

We are missing copy and move constructors in the CPU and CUDA `SphericalHarmonics` classes, we should add them!

This will require multiple steps: - [ ] Register the C package with [Yggdrasil](https://github.com/JuliaPackaging/Yggdrasil), creating a Sphericart_jll package. This will require making sure we can cross-compile the C++ code from...

This will require a new CI job. For C and C++ code coverage, we will need to build the code with the `-coverage` gcc/clang flag; then running the code (from...

This is a WIP, trying to build the code and run the tests on Windows, using the MSVC compiler since that's the one Python requires.

This would be the first step to be able to try sphericart in rascaline. This should be relatively easy, since sphericart is small I would always statically link it, removing...

### Description This PR add an interface using [metatensor atomistic models](https://docs.metatensor.org/latest/atomistic/index.html) to execute arbitrary machine learning models, with the intended use case of using these models as collective variables in...

**Summary** This adds the ability to use [metatensor atomistic models](https://docs.metatensor.org/latest/atomistic/index.html) as machine learning (ML) potentials in LAMMPS. Metatensor is not related to any specific ML architecture, but rather define an...

enhancement

Rascaline dynamically computes a lot of things depending on the systems it receives as input. When dealing with SOAP features (or anything else based on one-hot encoding of atomic species),...

documentation

JAX recently added a proper FFI, which removes the need to create Python bindings for the functions we want to call (removing the need for something like #107). See the...