Giter Club home page Giter Club logo

mrh's Introduction

mrh

GPL research code of Matthew R. Hermes

DEPENDENCIES:

  • PySCF, including all header files in pyscf/lib (most recently checked commit: 1c6f53013, v2.0.0)
    • This usually requires a PySCF installation which was downloaded as source (i.e., from github.com/pyscf/pyscf) and compiled
    • If you installed PySCF via pip, your compilation of mrh will probably fail
    • TODO: learn enough CMake to handle this automatically
  • Python 3

INSTALLATION:

  • cd /path/to/mrh/lib
  • mkdir build ; cd build
  • cmake ..
  • make
  • Add /path/to/mrh to Python's search path somehow. Examples:
    • "sys.path.append ('/path/to')" in Python script files
    • "export PYTHONPATH=/path/to:$PYTHONPATH" in the shell
    • "ln -s /path/to/mrh /path/to/python/site-packages/mrh" in the shell

Notes

  • The dev branch is continuously updated. The master branch is updated every time I pull PySCF and confirm that everything still works. If you have some issue and you think it may be related to PySCF version mismatch, try using the master branch and the precise PySCF commit indicated above.
  • If you are using Intel MKL as the BLAS library, you may need to enable the corresponding cmake option: cmake -DBLA_VENDOR=Intel10_64lp_seq ..

ACKNOWLEDGMENTS:

  • This work is supported by the U.S. Department of Energy, Office of Basic Energy Sciences, Division of Chemical Sciences, Geosciences and Biosciences through the Nanoporous Materials Genome Center under award DE-FG02-17ER16362.

mrh's People

Contributors

aolykhin avatar dayou-zhang avatar matthewrhermes avatar riddhishpandharkar avatar thaiscott 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.