-
Before 0f85feb I used to pass an `int` pointer, for example, to get the API version using:
```python
plumed_version = np.zeros(1, dtype=np.intc)
p = plumed.Plumed()
p.cmd("getApiVersion", plumed…
-
There is a build issue on centos7 @GiovanniBussi do you have any clue?
plumed/wrapper/Plumed.h:1531:5: error: expected expression before ‘const’
and other
-
When I was running plumed with `ROWSUMS` of `ALIGNED_MATRIX`, I ran into segmentation fault. The plumed file is attached below:
```bash
UNITS LENGTH=A TIME=ps ENERGY=eV
MOLECULES ...
MOL1=1900,…
-
I am compiling on Ubuntu 20.04 machine with the following after `git clone https://github.com/plumed/plumed2.git`:
```
## source intel
. /opt/intel/oneapi/setvars.sh -arch intel64 -platform linux…
-
I noticed some problem in the rendering of the manual for 2.7. In particular, these pages seem to be incorrectly interrupted:
https://www.plumed.org/doc-v2.7/user-doc/html/_r_e_w_e_i_g_h_t__w_h_a_m.h…
-
Dear Developers,
I wonder if there is a way to access all components in Multicolvar? Like something has been discussed in #266
As explained by @gtribello, there is a way to use DUMPMULTICOLVAR
…
-
TLDR: I cannot complete the quick compilation instructions because the MPI libraries I have installed are not the ones that Plumed expects, and the documentation is not clear what library files need t…
-
I have an initial implementation of metadynamics that I'd love to get feedback on (especially from @msultan). It's still only very slightly tested, and there are more features I want to add, but it's…
-
Hello,
One of our users ran into some issues when trying to run Gromacs 2020.2 patched with Plumed 2.6.1 while configuring SAXS to run on GPU (using the ArrayFire library).
You can find a small …
-
**Summary**
Using `cmake`, I tried to install the packages that need to be downloaded.
Everything worked well, but apparently `cmake install` didn't copy the downloaded packages to the installatio…