Constant-Stress Dynamics Lesson, Input File


When you execute most of the commands in the Discover_3 module, you are actually building up a command input file, which is written to disk when the D_Run/Run command is executed. The command input file consists of a BTCL script that controls the Discover run.

This example file contains links to the complete descriptions of the BTCL commands. The BTCL language. Added comments that were not part of the original file are in italics.

Default values that are not specified in the command input file are shown in the output file.


#BIOSYM btcl 3
#
#  Input File For Discover Generated By Insight Version 2.95.0
#  Date:	   Wed Jan 18 13:12:06 1995
#  Host Name: iris90  	Host Type: iris
#
begin
#
#  
The first dynamics command controls the equilibration stage:

#
dynamics \
  time = 200.0 timestep = 1.0 \
  initial_temperature = 298.0 +boltzmann \
  ensemble = npt temperature_control_method = velocity_scaling \
  integration_method = Velocity_verlet \
  cell_mass = 20 \
  temperature = 298.0 temperature_window = 10 \
  deviation = 5000 \
  stress sxx = 1.0 syy = 1.0 szz = 1.2 \
            syz = 0.00 sxz = 0.00 sxy = 0.00 \
  execute frequency = 10 last_step = 0 \
    command = {print output \
    +average \
    +batch_average \
    batch_size = 10 \
    +total_energy \
    +kinetic_energy \
    +potential_energy \
    +temperature \
    +pressure \
    +density \
    +cell +cell_a +cell_b +cell_c +cell_alpha +cell_beta +cell_gamma \
    +stress +sxx +sxy +sxz +syy +syz +szz \
    +strain +exx +exy +exz +eyy +eyz +ezz}
#
writeFile coordinate filename = .cor 
#
The second dynamics command controls the data-collection stage:

dynamics \
  time = 200.0 timestep = 1.0 -boltzmann \
  ensemble = npt temperature_control_method = velocity_scaling \
  integration_method = Velocity_verlet \
  cell_mass = 20 \
  temperature = 298.0 temperature_window = 10 \
  deviation = 5000 \
  stress sxx = 1.0 syy = 1.0 szz = 1.2 \
            syz = 0.00 sxz = 0.00 sxy = 0.00 \
  execute frequency = 10 last_step = 0 \
    command = {print output \
    +average \
    +batch_average \
    batch_size = 10 \
    +total_energy \
    +kinetic_energy \
    +potential_energy \
    +temperature \
    +pressure \
    +density \
    +cell +cell_a +cell_b +cell_c +cell_alpha +cell_beta +cell_gamma \
    +stress +sxx +sxy +sxz +syy +syz +szz \
    +strain +exx +exy +exz +eyy +eyz +ezz}
#
writeFile coordinate filename = .cor 

Main access page Insight UIF access Insight UIF - Tutorial access.

Constant-Stress Dynamics Lesson, Introduction Constant-Stress Dynamics Lesson, Lesson

Copyright Biosym/MSI