GithubHelp home page GithubHelp logo

molmod / micmec Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 0.0 21.02 MB

MicMec, the first implementation of the micromechanical model, ever.

Home Page: https://jlvdwall.github.io/micmec/

License: GNU General Public License v3.0

Python 97.90% C 0.70% Cython 1.40%
coarse-graining metal-organic-frameworks molecular-dynamics simulation

micmec's Introduction

THE MICROMECHANICAL PROCEDURE

MicMec is a geometry optimization and molecular dynamics code for coarse-grained crystalline materials. It is the first implementation of the micromechanical model, ever. The theoretical groundwork of the micromechanical model was originally established in:

S. M. J. Rogge, “The micromechanical model to computationally investigate cooperative and correlated phenomena in metal-organic frameworks,” Faraday Discuss., vol. 225, pp. 271–285, 2020.

The design of MicMec is intentionally similar to the design of Yaff, a simulation package for atomistic systems. In the process of creating MicMec, the original micromechanical model was modified slightly, to ensure user friendliness, accuracy and flexibility. An overview of the model and key results were published in:

J. Vandewalle, J. S. De Vos and S. M. J. Rogge, "MicMec: Developing the Micromechanical Model to Investigate the Mechanics of Correlated Node Defects in UiO-66," J. Phys. Chem. C, 2023.

The simulations directory contains command-line scripts for different types of simulations, including geometry optimizations and molecular dynamics simulations. The rest of the MicMec API is explained in detail here.

Installation

Clone this repository to an empty target directory of your liking and use pip to install the MicMec package.

git clone https://github.com/Jlvdwall/micmec.git <target>
cd <target>
pip install .

Currently, there are no unit tests for MicMec. However, it is possible to verify the installation by running a simulation.

cd simulations
python md.py ../data/3x3x3_test_micmec.chk test.h5

(Please note that running the simulation from the root directory of this repository is not possible, as Python will attempt to find the micmec.pes.ext compiled module in the local micmec directory. That module cannot be found locally, as it is only present in the install directory.)

micmec's People

Contributors

jlvdwall avatar svenrogge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.