Giter VIP home page Giter VIP logo

s2i2's Introduction

S2I2

Code and other materials for the S2I2 Software Institute Summer School. See the LICENSE file for what you can do with this code

Core performance examples

See core directory

axpy: measures performance of y[i] += a * x[i] vector operation

gemm: measures performance of matrix multiplication

Hartree-Fock examples

serial HF

hf.v1: an integrals-on-disk C++ version

  • conversion of the original HF C program from TDC to C++, and minor cleanup
  • skipped post-SCF parts to focus on parallel SCF in later versions

hf.v2: the integrals-on-disk C++ version using matrix package Eigen

  • based on v1
  • much shorter/cleaner, looks different because uses generalized Eigen solver directly, i.e. avoid messing with S^{-1/2}, etc.
  • may need to update the Makefile to point to Eigen
  • sprinkles of C++11 to save typing ... any recent C++ compiler will do

hf.v3: the integral-direct C++ version

  • heavily-modified version of v2
  • needs Eigen AND Libint 2.1.0 beta; make sure to update Makefile
  • requires C++11

parallel HF

s2i2's People

Contributors

evaleev avatar lothian avatar robertjharrison avatar

Watchers

 avatar  avatar

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.