Code Monkey home page Code Monkey logo

cookbook's Introduction

cookbook

Miscellaneous IPython notebooks about chemical physics and science teaching.

This repository aims to show examples of python source code applied mainly to chemical physics and material science. Some of them are used for teaching python or basic mathematical concepts.

The IPython Notebook extend the python interactive shell IPython as an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media.

The IPython Notebooks present in this repository required the following python modules :

  • pymatgen (Python Materials Genomics) A robust, open-source Python library for materials analysis.
  • numpy
  • scipy
  • matplotlib
  • plotly A platform for publishing beautiful, interactive graphs from Python to the web.

All notebooks can be read through the notebook viewver of github or on http://nbviewer.ipython.org/. The notebook of this repository can be found here : http://nbviewer.ipython.org/github/gvallverdu/cookbook.

List of notebook

Hereafter, a brief description of notebooks is given :

Quantum chemistry

  • plotly_bandDiagram [en]

    Plot a band diagram with plotly and pymatgen libraries with a colorscale in order to highlight s and p contributions to a band or to the DOS.

  • plotly_bandDiagram_SpinPolarized [en]

    Plot a band diagram with plotly and pymatgen libraries with a colorscale in order to highlight s and p contributions to a band or to the DOS. This notebook deals with a spin polarized system (MnO).

  • gaussian_pymatgen [en]

    How to use the pymatgen library in order to manage Gaussian input/output files.

  • plane_waves [en]

    Example of plane waves.

Numpy / scipy

  • skewed_fit [en]

    How to use curve fit with normal distribution or a skewed distribution.

  • MoindresCarres [fr]

    Tutoriel pour découvrir python, numpy et matplotlib au travers de la méthode des moindres carrés et la régression linéaire.

  • IntegrationNumerique [fr]

    Tutoriel pour découvrir python et numpy au travers de l'intégration numérique.

Plot

  • intro_matplotlib [fr]

    Short introduction to matplotlib

  • intro_plotly [fr]

    Short introduction to plotly

Miscellaneous

  • RegularExpressionExamples [en]

    Practical examples of regular expressions with python and module re.

  • genetique [fr]

    Apprendre python via des exercices sur l'ADN. Manipulation des dictionnaires et écriture d'une classe.

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.