#!/usr/bin/env python # coding: utf-8 # # Freud Example Notebooks # # Welcome to Freud example Jupyter notebooks. Here you will find example notebooks which demonstrate how to use Freud, including basic and advanced examples. # # You can launch an interactive version of these notebooks by cloning the [freud repository](https://bitbucket.org/glotzer/freud) and running on your own machine, # or try the static [nbviewer version](http://nbviewer.jupyter.org/github/harperic/freud-examples/blob/master/index.ipynb) or the dynamic [mybinder version](http://mybinder.org/repo/harperic/freud-examples). # # Run locally: # ``` # git clone https://bitbucket.org/glotzer/freud-examples.git # cd freud-examples # jupyter notebook # ``` # # See [Notebook Basics](http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Notebook%20Basics.ipynb) and [Running Code](http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Running%20Code.ipynb) for tutorials on using Jupyter itself. # # **These examples are a work in progress, many entries in this index are placeholders for planned examples.** # # ## AFRL Seminar 2017 # # - [AFRL 2017 Demonstration](AFRLDemo.ipynb) # # # ## APS March Meeting 2017 # # - [APS March Meeting 2017 Demonstration](APSDemo.ipynb) # # ## Tutorials # # - [Installation](Installation.ipynb) # - [Introduction](Introduction.ipynb) # - [Importing Freud](ImportingFreud.ipynb) # - [Box](Box.ipynb) # - [Nearest Neighbors](NearestNeighbors.ipynb) (*Note: this notebook might take a while to load, especially if you are running on mybinder.org*) # # ## Advanced Topics # # - [Creating a NumPy array from pointers](CopyVsPointers.ipynb) # # ## AIChE Fall Meeting 2016 Demos # # *Datasets used in these examples are a system of hard hexagons, simulated in the NVT thermodynamic ensemble in HOOMD-Blue, for a dense fluid (phi065) and a solid (phi075)* # # - [RDF](AIChE RDF.ipynb) # - [PMFT](AIChE PMFT.ipynb) # - [Hexatic](AIChE Hexatic.ipynb) # In[ ]: