Giter Site home page Giter Site logo

echem's Introduction

Create a conda environment for the eChem book

Using the echem.yml file (stored at the root of the echem directory) to create a conda environment echem will install all needed packages to compile the book.

conda env create -f echem.yml

Commands

Run notebooks by opening jupyter-lab (or jupyter-notebook):

$ jupyter-lab

Jupyter can access folders below where it is spawned, so initiate it in, e.g. the main eChem folder. Examples on how to use Jupyter can be found here.

Build the book:

$ jupyter-book build .

Publish the html-version:

$ ghp-import -n -p -f _build/html

Alternative installation

You can manually create the environment and install the packages in several steps:

conda create -n echem -c conda-forge -c veloxchem python=3.9 veloxchem libblas=*=*mkl
conda activate echem
conda install -c conda-forge jupyter-book matplotlib ghp-import py3dmol h5py k3d
conda install -c conda-forge -c veloxchem multipsi=0.0.1
conda install -c conda-forge -c gator gator
conda install -c conda-forge -c pyscf pyscf

References

The file references.bib in the top directory is a regular BIBTEX file. Add your references in this file. A citation in the text is added with

{cite}`Wang2016, Schlegel2011`

Multiple lists of references are possible but not yet properly implemented.

echem's People

Contributors

dusanka5 avatar iubr avatar jadgt avatar kthpanor avatar manu-ha avatar mgdelcey avatar recoli avatar t-fransson avatar vahtras avatar ymrhee 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.