Giter Club home page Giter Club logo

ase's Issues

ERROR: Must redefine kspace_style after changing to triclinic box

Hi everyone,
I installed the python version of lammps today using conda to be able to use it with ase and be able to use the calculator class LAMMPSlib. I define my parameters as follows and it is asking me to redefine the kspace_style again even though, I believe I am redefining it in the correct parameter "post_changebox_cmds".

Why wouldn't this work? or how can I fix this following code?

`atoms = read_lammps_data('0_gb5310.data', atom_style = 'full')

header = ["units metal",
"atom_style full",
"boundary p p p",
"kspace_style pppm 1.0e-6"]

cmds = [
"pair_style buck/coul/long 10 10",
"pair_coeff * * 0.0 1.0 0.0",
"pair_coeff 1 3 905.700 0.39760 0.0",
"pair_coeff 3 3 9547.96 0.21916 32.000",
"pair_coeff 2 3 2179.122 0.30384 8.986"]

postcmds = ["kspace_style pppm 1.0e-6"]

lammps = LAMMPSlib(lmpcmds=cmds, lammps_header = header, post_changebox_cmds = postcmds, log_file = 'test.log')

atoms.calc = lammps

atoms.get_potential_energy()`

Error: Must redefine kspace_style after changing to triclinic box

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.