Nick Papior
Nick Papior
> > should one always specify `set({pkg}_FOUND TRUE)` or not? > > In principle one does not have to do it. Normally you set `_FOUND=FALSE` when you specify that the...
Might I ask what you are planning to use fdict for?
I have never tried on windows, but would be happy to ensure it works on Win. Are you using WSL, or pure Win? The general cmake procedure would be: ```shell...
no, `cmake` should be part of this directory, so checkout the repo, then issue the above commands. (remember the `.` in front of `S`
well, ideally you should just install the library *somewhere*, how do you otherwise add dependencies in your VS Code project? But the above will compile fdict in and you should...
No, this is how to link against external dependencies. Have you ever tried to link another library into an executable? :-D
Ok, you should definitely read up on how to link libraries/depedencies against a small project. I would advice you to play around with this on a smaller scale before going...
Hi Michele, Basically I want a native Python interface for exchanging coordinates with Siesta. ```python import ipi ipi.initiate_socket(...) while ipi.not_finished(): xa = ipi.getcoordinates() # retrieve coordinates from Siesta forces =...
I have amended the above snippet to clarify that coordinates and forces are returned from Siesta, and only coordinates are returned to Siesta. I want to do dynamics (test a...
Super, great! Thanks for your detailed out-look on the GLE. We will create a more detailed answer and return to you off-site :) :+1: