Giter Club home page Giter Club logo

Comments (1)

Seungwoo-Hwang avatar Seungwoo-Hwang commented on June 27, 2024

Hello, Kyvala.

Thank you for using our package. We found that your error was caused by using data in a different format than VASP. Our code is primarily developed to simulate a periodic boundary system using VASP, so we apologize for the inconvenience if you are using a different type of data format. We are not familiar with handling other types of data. However, we made a simple modification to get the code to work with your data.

There are a few steps required to make it run. Here are the instructions.

  1. For reading energy & forces information using the ASE package, you need to change the data format from 'xyz' to 'extxyz' (just change the file name)
  2. Since our code is intended to simulate a periodic boundary condition system, you need to change all the pbc tags in the extxyz files from 'F' to 'T'. I think that the simulation cells in your data are large enough that your results are not affected by the PBC condition.
  3. We modified our codes, please download the updated SIMPLE-NN.

If you have any other questions, feel free to ask!

Best regards,
Seungwoo.

from simple-nn_v2.

Related Issues (13)

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.