Code Monkey home page Code Monkey logo

uf3-archived's People

Contributors

sxie22 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

uf3-archived's Issues

Add Elastic constants and Phonon Spectra examples

Candidates for elastic constant calculations are Elastic (used for the manuscript) and iprPy, offered by NIST.

Phonon Spectra may be generated using PhonoLammps + LAMMPS (used for the manuscript) or directly with Phonopy using our calculator for forces.

Option to parse 'OUTCAR*' file/s

Currently to construct feature space from vasp calculation only 'vasprun*' files can be used. Would be wonderful if there was an option to also parse 'OUTCAR*' files instead of the vasprun files.

Saving/loading trained models

Curently, trained models are serialized with JSON, including knot sequences and b-spline coefficients per pair type. They can be loaded into a UFCalculator to compute energies, forces, etc.

To use the potential with LAMMPS, we export a tabulated potential, consisting of energy and force values at every knot point. This table is used by LAMMPS to load the B-Spline, which can be resampled on a finer grid using LAMMPS' pair_write for further scrutiny.

I am currently testing whether this process is sufficiently lossless. By construction, the B-Spline must pass through the control points at the knots. It should also be uniquely defined by the position of knots and the B-spline coefficients. Regenerating the coefficients from the tabulated potential is trivial, but may have noise associated with the precision at which the tabulated points were written.

If this noise is small enough, the JSON serialization becomes redundant. If not, we may consider distributing the B-spline coefficients alongside the tabulated points (possibly in subheader comments).

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.