Git Product home page Git Product logo

Comments (4)

wehs7661 avatar wehs7661 commented on July 22, 2024

To better keep track of all efforts relevant to enabling chemistry transformation in the EEXE framework, I've expanded the scope of the original issue. Specifically, at this point, we have enabled coordinate manipulation, but the following two features still need to be enabled in the near term. For details on each of these tasks, please refer to the corresponding issues or PRs.

  • Enable specifying different GRO and TOP files for different replicas.
  • Enable specifying different sets of weights for different replicas.
  • Implement the CLI run_EEXE_mpi.

from ensemble_md.

wehs7661 avatar wehs7661 commented on July 22, 2024

It might make more sense to use a GitHub project to keep track of relevant efforts (instead of using an issue to track other issues), so I'm changing the title of the issue back to its original and closing the issue now.

This issue is a part of the work in the project EEXE for serial mutations.

from ensemble_md.

wehs7661 avatar wehs7661 commented on July 22, 2024

I'm re-opening the issue since the original implementation failed would fail to import the external module using importlib. This is because the working directory where run_EEXE is executed is not in sys.path that importlib looks for the module. Appending the current working directory to sys.path should solve the problem.

Also, the current implementation assumes that the function for modifying coordinates takes only one input GRO file, but it seems more common that such a function takes in two input GRO files. For example, in the case described above, to modify rep1.gro, we'll also need coordinates of the methyl group from rep2.gro. This has to be dealt with and we should probably explore options that allow higher flexibility when possible.

from ensemble_md.

wehs7661 avatar wehs7661 commented on July 22, 2024

Closing the issue since the abovementioned problems have been fixed in PR #21.

from ensemble_md.

Related Issues (19)

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.