#!/bin/bash #PBS -q regular #PBS -l walltime=16:00:00 #PBS -l mppwidth=64 #PBS -V cd $PBS_O_WORKDIR #title Debye Spectral Density (JCP110 4828 fig3) #tag Debye #tag DebyeOld #blog

Trying to generate figure 3 as well.

DYNAMIQ=${DYNAMIQ_BASEDIR}/branches/dwhs/spinboson/dynamiq aprun -n 8 ${DYNAMIQ}/old_fig3a.inp & aprun -n 8 ${DYNAMIQ}/old_fig3b.inp & aprun -n 8 ${DYNAMIQ}/old_fig3c.inp & aprun -n 8 ${DYNAMIQ}/old_fig3d.inp & aprun -n 8 ${DYNAMIQ}/fig3a.inp & aprun -n 8 ${DYNAMIQ}/fig3b.inp & aprun -n 8 ${DYNAMIQ}/fig3c.inp & aprun -n 8 ${DYNAMIQ}/fig3d.inp wait gnuplot fig3.gnuplot researchblog.py fig3.job