#!/bin/bash export NSCM=1 # Here we show the role played by the (ForceField.Type) atom attribute # on purpose we specify a strange type for the carbon atoms "C_2" (nonsensical for any of the regions) # we also show that capitalization does not matter for the keys ForceField.Charge and Type. # For the values, such as C_R the case matters # In the first run we specify in the input ForceField.Type # The result is that for all regions this will be used, and the type for C is always C-2 # ------------------- # region mol. C-type # ------------------- # MM CH3 C_2 # * C2H6 C_2 # QM CH4 C_2 #-------------------- export AMS_JOBNAME=type=inp.cap=none rm -rf $AMS_JOBNAME.results $AMSBIN/ams <