Guillaume Fraux

Results 464 comments of Guillaume Fraux

Also, since `pow` is a C function from libm, it exists both as `std::pow` and `::pow` in the global namespace. Thus calling `pow` without namespace from inside `rascal::math` can match...

Related to #202, with the caveat that this issue is about users tutorials, and #202 is about developers tutorials / doc

> Current issues include benchmark tutorial (c++ based, needs to be compiled, #202 ), which cannot be housed in docs/source/tutorials for the compiler to locate it. This can be made...

I think the ideal workflow for users would be 1. configure librascal with cmake 2. `make install` 3. integrate librascal with your project a) you are already using cmake: just...

We found out about issue #335 while working on this, and forcing an external project to change their own compilation flags is not a good practice. They could configure rascal...

Can there be a bit more context here? Is the update mechanism documented somewhere?

So adding documentation should be part of the refactor :smiley:

We also discussed removing `SphericalCovariants` altogether at some point, suggesting users to use the Python-only version when then try to import it.

Are you sure this is due to Sphinx 4.1.0? I.e. did you reproduce the issue locally, or changed the version used in CI to fix this?

I reported with a small reproducing example in https://github.com/sphinx-doc/sphinx/issues/9477, it seems that the latest sphinx version fails to parse "advanced" template usage (parameter packs and higher order template parameters). Until...