SeqQuest input: Cell optimization


SeqQuest
Home
User
Guides
Input
Manual

Table of Contents

  1. Overview
  2. Input options
  3. Troubleshooting

Overview

This page gives a description of input section that controls and modifies how a cell relaxation is done. The code does a fully general cell relaxation via stress-elimination, enforcing all user-specified symmetry, for 1D, 2D, and bulk 3D systems. The cell relaxation input section is optional; all the user need do is add a "do cell" instruction in the command options and the code will automatically attempt to relax the cell shape to give a cell with a zero stress tensor.

The default unit for the cell relaxation section is GPa for bulk 3D, 10-7 N/m for 1D, 10+2 N/m2 for 2D.

Current constraints (as of version 2.57):


Input options

The cell parameter input section can appear anywhere in the "run phase" section of the input file, begins with a "cell parameter" keyword and ends with a "end cell relaxation" keyword.

The following are the common input keywords in this section. All the keywords are optional, and can appear in any order within this section. The keywords must be left-justified, but all data input is free-format.

cell optimization data - begin cell opt input section
...
ucsteps - number of cell steps
n_step_uc
uchistory - max cell steps to include in blending history
n_hist_uc
uc_convergence - max stress (GPa) convergence criterion
stress_conv
pressure - external pressure (GPa)
P
uniaxial_pressure - external x,y,z axial pressures
P_x P_y P_z
stress - external stress (ndim X ndim symmetric tensor)
s(1,1) s(2,1) s(3,1)
s(1,2) s(2,2) s(3,2)
s(1,3) s(2,3) s(3,3)
ucmethod - method for stress elimination
method_uc (BROYDEN or STEEPEST)
str_broyden - cutoff for switch to broyden (GPa)
stress_broy
bulk_modulus - (in GPa; can improve initial cell update)
B
...
end cell optimization - end of cell opt input section

Details


Troubleshooting

The cell shape and stress are converging very slowly.
The calculation may be making small steepest descent steps. The best option depends on the situation. Giving a smaller bulk_modulus (default ~100) will expand the first cell update step size (and subsequent step sizes). If the stress is decreasing, then the calculation is likely in a basin (and converging) and stuck doing small steepest descent steps. If the stress is monotonically decreasing from the beginning, select BROYDEN as the ucmethod, or modify the stress (using str_broyden) at which the default combination method switches from steepest descent to Broyden.
The cell "blew up" on the first cell update step.
Increase the bulk_modulus input (default ~100) to reduce the step size on the first cell update.
Later (after the first step) the cell "blew up".
If you are not in a potential well, the second derivative matrix might be ill-behaved and Broyden will fail. Try using STEEPEST as the minimization method (starting with the last "good" cell shape).
The minimization stalls and the cell will not converge further.
Numerical noise - the convergence criterion might be smaller than the inaccuracy in the computed stress. Tighten force convergence criterion, and/or use a denser grid (to get more accurate stress).
Return to Top or Input Manual or User Guides or SeqQuest Home
Send questions and comments to: Peter Schultz at paschul@sandia.gov
Last updated: September 5, 2005