Coder Social home page Coder Social logo

non-bonded-periodic's People

Contributors

bkmi avatar iamluvi avatar its-wufu avatar salexey avatar tracymcbean avatar

Watchers

 avatar  avatar

non-bonded-periodic's Issues

Energy, etc. Tips + Needs

be able to switch energy from coulomb versus lenard jones energy calc

Don't use a quad deep look in k space. Build a grid of k vectors ahead of time and apply it. In addition, use symmetry to reduce the problem to only real space k vectors

And a more obtuse suggestion:
Take the equations from long range ewald, substitute structure factors, use Euler or symmetry... This process will yield coupled interactions between two particles (but still manage to avoid incorporating any images.) this notion of energy contributions from pairs of particles can be used for the forces. (Another small hint, it involves the complex square of the structure factor)

sigma

we need a max sigma and a sigma for every interaction.

Check lennard-jones defs

Missing Variables in SystemInfo in SystemModule.py

  1. Sigma should be added as a public variable or a method is needed to access it.

  2. Calling the particle number is somewhat complicated and it would be easier if it was directly an accessible variable.
    This is how the class neighbour calls it right now:
    __particle_number = System.state().positions().shape[0]

Missing static data in SystemModule.py

Calculation of the neighbour list needs following variables from SystemInfo:

  • sigma

  • cutoff radius

How is the box dimension represented?

Proposel for cutoff radius:

`
def set_cutoff_radius(self, sigma):

        # sigma * 2.5 is a standard approximation
        self.__cutoff_radius = sigma * 2.5

        return self.__cutoff_radius

`

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.