Giter Site home page Giter Site logo

verlet's Introduction

Verlet Algorithm

This is a simple program calculating the Verlet algorithm for molecular dynamics (MD) taking into account only kinetic energy and the Lennard-Jones (LJ) potential. Therefore it is most suitable for noble gas simulations, like Argon which is in the example. Inert gasses (e.g., N2 ) can also be simulated using this approximation but covalent bonds are not yet implemented.

The LJ potential is defined for same-species atoms/molecules therefore mixed systems are not supported.

Dependancy list

Stadard libraries that this repository depend on:

  1. numpy
  2. scipy

Updates

20.02.21:

  1. Verlet algorithm now produces output file according to tutorial file
  2. Added parameters file, currently only for masses

19.02.21:

  1. changed angstrom to nm
  2. fixed get_acceleration
  3. finished verlet algorithm
  4. formatting now produces .xyz files readable by VMD
  5. minor function changes (like get velocity)
  6. mass is now read from dictionary and not from input file

To Do:

  1. Add parameters dictionaries: masses using #n and name, LJ
  2. Change verlet function to output steps into memeory and then save as file instead of std

Future projects:

  1. Add Columb interactions
  2. Check TMPChem youtube tutorials
  3. Random seed for veloctiy distribution, temperature based
  4. Random positioning
  5. Parallelization
  6. PBC
  7. Covalent bond option

verlet's People

Contributors

avishaibarnoy avatar

Watchers

James Cloos 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.