Git Product home page Git Product logo

prophet's Introduction

//     _____________________________________      _____   |    
//     ___/ __ \__/ __ \_/ __ \__/ __ \__/ /________/ /   |
//     __/ /_/ /_/ /_/ // / / /_/ /_/ /_/ __ \/ _ \/ __/  |
//     _/ ____/_/ _, _// /_/ /_/ ____/_/ / / /  __/ /_    |
//     /_/     /_/ |_| \____/ /_/     /_/ /_/\___/\__/    |
//---------------------------------------------------------

DOI

PROPhet was ceated by
Brian Kolb and Levi Lentz
in the group of Alexie Kolpak at MIT

See the documentation for a full description of PROPhet.

Please see the LICENSE file for license information

If used for published work, please cite the following:

Scientific Reports 7, Article number: 1192 (2017) doi:10.1038/s41598-017-01251-z



PROPhet (short for PROPerty Prophet) couples neural networks with first-principles physics and chemistry codes to allow sophisticated prediction of material properties. In general, PROPhet is used to find mappings between a set of material or system properties and other properties. Some specific uses of PROPhet are to:

  • Find a mapping between atomic configuration and other properties, including the total energy, creating an analytical potential, which can be used for molecular dynamics with the LAMMPS code
  • Construct density functionals for exchange-correlation energy, kinetic energy, or just about anything else
  • Find a mapping between a set of descriptors (an arbitrary combination of material properties) and other properties

See the PROPhet project page for more details.

Interfaces with other codes


At the moment, PROPhet can couple automatically to the first-principles codes

meaning it can extract many common properties directly from the output files of these codes, without user interaction. Interfaces to other codes can be easily added.

In addition, potentials created in PROPhet can be used for molecular dynamics runs with the freely-available LAMMPS MD code. See the documentation for more details.

Compiling Information


Compilation follows the standard linux paradigm:

./configure [options]
make
make install

If you want to use PROPhet potentials in the LAMMPS MD code, you should execute:

./configure [options] --enable-lammps=LAMMPS_DIR
make 
make install

where LAMMPS_DIR is the directory with the LAMMPS source. This will make the lammps library of PROPhet, and attempt to insert it into the LAMMPS package system. The LAMMPS code must be relinked after completion to link in the PROPhet library. If automatic instalation fails, the library can be inserted into LAMMPS by following the instructions given in the documentation.

Usage Instructions


Usage instructions including a tutorial can be found in the documentation, and by looking in the doc/tutorial directory. A fully annotated input_file is also included in the doc directory.

prophet's People

Contributors

levilentz avatar biklooost 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.