/ortep

ORTEP-III Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structure Illustrations

Primary LanguageFORTRAN

ortep

This is a re-hosting of the ORTEP software originally found at ORNL. The newly hosted website is located here.

Building

Linux

  1. Install gfortran and pgplot
  2. make
  3. ./ortep3

OS X

  1. Install XCode, XQuartz and Homebrew
  2. command line build:
$ brew install gcc
$ brew install homebrew/x11/pgplot
$ make
$ ./ortep3

Windows

A graphical user interface (GUI) can be found as part of the WinGX software.