Giter Site home page Giter Site logo

Comments (2)

JPchico avatar JPchico commented on June 29, 2024

Something else that comes as a result of this is that the pair_coeff probably needs to be added to the potential_parameters, in someway like this

potential_parameters = {
    'pair_coeff': {
        'Al': ['1*2', '2'],
        'Si': ['*', '*'],
    }
}

One would need to check that the atoms defined there are present in the given potentials, or otherwise raise a warning.

In general for the dynamic inputs part one needs to have the following

  1. Check that all the potentials given have the same pair_style
  2. Group by potential file, to make sure that if the same file is used for several atoms only one line is written and not several
  3. Change the input generation so that when the atom which is being treated is given one takes the key of the input_namespace
  4. Check that only elements are given as keys in the input_namespace
  5. By default if nothing is given the pair_coeff should be set to * *

from aiida-lammps.

JPchico avatar JPchico commented on June 29, 2024

This is going to be something to be discussed in a post-release patch, as it is not critical right now and it should not affect other cases when one is using only one potential file.

from aiida-lammps.

Related Issues (20)

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.