Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified images/diffpycmi_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logos/CMI-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 12 additions & 8 deletions products/diffpycmi/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To list and copy example scripts and data to your working directory, type,
.. code-block:: bash

cmi example list
cmi example copy <example_name>
cmi example copy <pack_name>/<example_name>

.. admonition:: Example

Expand All @@ -131,18 +131,22 @@ To list and copy example scripts and data to your working directory, type,

.. code-block:: bash

ch03NiModelling
ch05Fit2Phase
ch06RefineCrystalStructureGen
ch07StructuralPhaseTransitions
ch08NPRefinement
ch11ClusterXYZ
$ cmi example list
core:
- linefit
pdf:
- ch03NiModelling
- ch05Fit2Phase
- ch06RefineCrystalStructureGen
- ch07StructuralPhaseTransitions
- ch08NPRefinement
- ch11ClusterXYZ

To copy the example for bulk Ni PDF fitting, type,

.. code-block:: bash

cmi example copy ch03NiModelling
cmi example copy pdf/ch03NiModelling

This will copy the example directory ``ch03NiModelling`` to your current working directory. Within this directory exists
the scripts and data to fit the bulk Ni PDF.
Expand Down