GROMACS version: 2023
GROMACS modification: No
Some context as to why I’m somewhat confused right now :
I was able to perform gmx covar on my device and generate a set of eigenvalues and eigenvectors.
My issue comes later when I perform anaeig. I’m using a certain tutorial, and for some reason, the following scripts are giving me segmentation errors (11 on mac, core dumped on linux)
Tutorial I’m following:
http://www3.mpibpc.mpg.de/groups/de_groot/compbio/p4/index.html
Anaeig script:
gmx anaeig -s ref.pdb -f md1_backbone.xtc -proj -first 1 -last 6
I guess I’m just confused and frustrated as to how my system is able to do the PCA calculations yet anaeig is messing with me. Any feedback would be much appreciated, thanks.