Skip to content

A very basic implementation of cubic-scaling MP2 (both MP2-J and MP2-K)

Notifications You must be signed in to change notification settings

nmardirossian/Cubic_MP2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cubic_MP2

This is an implementation of the cubic scaling MP2 from https://arxiv.org/abs/1710.01004. It is very slow and just a pilot code. For the optimized direct MP2 version, see the Cubic_MP2J repository.

Requirements: PySCF, NumPy, Cython, ASE, etc. (TODO)

./comp.sh python cubic_mp2_JK.py 10

10 is the mesh in a single direction (i.e., 10x10x10 mesh in 3D)

About

A very basic implementation of cubic-scaling MP2 (both MP2-J and MP2-K)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published