{ "cells": [ { "cell_type": "markdown", "id": "animal-applicant", "metadata": {}, "source": [ "## Defining the primitive crystal structure and degrees of freedom \n", "\n", "This tutorial demonstrates:\n", "- Defining the primitive crystal structure and degrees of freedom (DoF) (the \"prim\")\n", "- `casm init`: Initializing a CASM project\n", "- `casm sym`: Getting symmetry information\n", "- `casm info -m PrimInfo`: Querying information about a prim without initializing a project\n", "\n", "It includes three examples:\n", "\n", "1. [HCP Zr with O octahedral interstitial -- Occupation cluster expansion project](#occupation_clex)\n", "2. [ZrH2 -- Strain polynomial effective Hamiltonian prim](#strain_polynomial)\n", "3. [ZrH2 -- Coupled strain-displacement cluster expansion effective Hamiltonian prim](#coupled)\n" ] }, { "cell_type": "markdown", "id": "forced-venture", "metadata": {}, "source": [ "\n", "\n", "## 1) HCP Zr with O octahedral interstitial -- Occupation cluster expansion project\n", "\n", "### HCP Zr with octahedral interstitial O / vacancy disorder\n", "\n", "Compared to most metals, HCP Zr has a unusually high solubility of O, up to around 35 at%, which fills octahedral interstitial positions in the HCP structure. \n", "\n", "This CASM project was used to:\n", "- study the thermodynamic properties of Zr and its oxides\n", "- fit a configurational cluster expansion effective Hamiltonian\n", "- construct a first-principles based phase diagram \n", "\n", "Based on empirical knowledge of the system, this model makes the approximations:\n", "- that the HCP Zr crystal is perfect\n", "- octahedral interstitial positions may be either vacant or filled with oxygen atoms.\n", "\n", "To begin, CASM requires a \"prim\", a primitive description of the crystal structure and allowed degrees of freedom (DoF). It is provided as a JSON formatted file.\n", "\n", "