Guillaume Fraux

Results 464 comments of Guillaume Fraux

The error actually comes from breathe (the doxygen => sphinx adapter), and are PR to fix it (follow the link in the sphinx issue to find it). Unfortunately, breathe is...

> I would like to implement Extend

So the HTML part is fine, you just need to create a couple of `div` each with an id. Then to render a chemiscope widget in there, you'll need to...

Even if @agoscinski work improves the results here, test runtime in debug is still more than 3 min, so this should stay open.

Enabling -Og (optimizations that should not interfere with debugging) --- as done in #165 --- brings the test time from 147s to 9s locally. Else, the biggest offenders are test_calculator...

Defaulting to a 3x3x3 supercell (or whatever is needed for the current cutoff size) when visualizing environments would be a nice way to fix this. I would keep the option...

@rosecers what should we do with this code? Do you still want this feature and should we try to revive the branch, or should this mainly be kept around as...

Let's close the PR and keep the branch around in case someone wants to revive this.

The most recent release (2.0) is no longer manylinux1 compliant, both on principle and in practice. The wheel is tagged manylinux1, but uses versioned symbols from GLIBC>2.5 (which is not...