Code Monkey home page Code Monkey logo

irpjast's Introduction

IRPJAST

CHAMP’s Jastrow factor computation using the IRPF90 method

Original equation:

$$ ∑i=2Ne ∑j=1^i ∑pkl ∑_aNn capkl\, rij^k\, ( Ria^l + Rja^l) ( Ria Rja)^m $$

Expanding, one obtains:

$$ ∑i=2Ne ∑j=1^i ∑pkl ∑_aNn capkl Riap-k-l\, rij^k\, Rjap-k+l + capkl Riap-k+l\, rij^k\, Rjap-k-l $$

The equation is symmetric if we exchange $i$ and $j$, so we can rewrite

$$ ∑i=1Ne ∑j=1Ne ∑pkl ∑_aNn capkl Riap-k-l\, rij^k\, Rjap-k+l $$

If we reshape $Rja^p$ as a matrix $Rj,al$ of size $N_e × N_n(N_c+1)$, for every $k$, we can pre-compute the matrix product

$$ Ci,alk = ∑_j rij^k\, Ri,al $$ which can be computed efficiently with BLAS. We can express the total Jastrow as:

$$ ∑i=1Ne ∑pkl ∑_aNn capkl Riap-k-l\, Ci,a(p-k+l)^k $$

Running

python ./generateData.py -a $Natoms -r $Ratio

Cela genere les trois fichiers: geometry.txt elec_coords.txt jast_coeffs.txt

./codelet_factor_een_blas $Natoms

irpjast's People

Contributors

panadestein avatar scemama avatar v1j4y avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

v1j4y panadestein

irpjast's Issues

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.