Closed lianxiliang closed 1 year ago
H @lianxiliang, I'm happy to hear lipyphilic has been useful for you!
Thanks for raising the issue, and sorry for the delay in getting back to you. There are a few issues with this transformation, and I think now that there is an implementation in MDAnalysis I will remove the one in lipyphilic and recommend people to use MDAnalysis.transformations.NoJump
.
Let me know if you have any more issues 🙂
Hello,
Thanks a lot for the code, it has been more than helpful.
After I use MDAnalysis to load two trajectory files simultaneously, I add the lattice parameters using u.dimensions. However, when I use nojump, the code seems to allocate the lattice parameters to the first trajectory only, not the second part. I got the following error:
ValueError: No dimensions information in Universe. Either use the 'box' argument or set the '.dimensions' attribute
The code fails at 20% of the job. The length of the trajectories is 2ns and 8ns respectively.Here is the code I use, it has been working well with a single trajectory :
Thanks a lot in advance.