Git Product home page Git Product logo

Comments (4)

thewhovianwho avatar thewhovianwho commented on June 9, 2024 1

Solved it!

Thank you for your help!

from ommprotocol.

jaimergp avatar jaimergp commented on June 9, 2024

Hi!

This error is saying that the nonbonded method you chose (available options here) is not compatible with the system you specified. This can happen for example if you try to use PME, which requires periodic boundary conditions, with a system with no periodic boundary conditions. There's a change your prmtop/inpcrd does not specify the box vectors or something similar that has to do with the system preparation routines in AmberTools.

Feel free to attach the yaml, prmtop and inpcrd files in a zipped folder and I will take look.

from ommprotocol.

thewhovianwho avatar thewhovianwho commented on June 9, 2024

Thank you for your quick response!
Please find attached the requested files.

md.zip

from ommprotocol.

jaimergp avatar jaimergp commented on June 9, 2024
In [1]: import parmed as pmd

In [2]: top = pmd.load_file("/home/jaime/win/Downloads/md/step5assembly_tleap.prmtop")

In [3]: top.box
# empty

In [5]: crd = pmd.load_file("/home/jaime/win/Downloads/md/step5assembly_tleap.inpcrd")

In [6]: crd.box
#empty 

Your files do not define box vectors, but you are using nonbondedMethod: PME, which requires them. If you change it to nonbondedMethod: CutoffNonPeriodic it will work, but I don't think you want to run this system without periodic boundary conditions.

While preparing your prmtop and inpcrd in tleap/xleap, make sure to enable this option. Check the Amber tutorials for more info.

Also, if you have computed the box vectors via other means, you can still pass them to ommprotocol via the box_vectors key:

# input
topology: step5assembly_tleap.prmtop
positions: step5assembly_tleap.inpcrd
box_vectors: some_custom_vectors.csv

The simplest option might be a .csv file. Check here for details.

from ommprotocol.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.