Sorry I am new to the GW. I have successfully installed it on PyCharm. What next should I do?
I tried import GromacsWrapper but got ModuleNotFoundError: No module named 'GromacsWrapper'
I also tried gromacs.g_hbond(s=TPR, f=XTC, g="hbond.log", hbm="hb.xpm", hbn="hb.ndx") but got NameError: name 'gromacs' is not defined
I want to import my ss.xpm file, then I can get an numpy array which contains all the ss records of all the residues for all the time frames. For example, ss[32][21] = 'E' means the 33th residue at 22th time frame has beta-sheet structure. Is this doable?
@orbeckst