#!/bin/sh # Edit the following line to reflect the common position of the files blochviewer and bloch.sav BLOCHPATH=path_to_simulator_and_viewer #Uncomment below to suppress IDL 3D-window that is replaced with OpenGL viewer. export BLOCH_NO_3DWIN=1 #Uncomment below to avoid start-up dialog windows, if default answers suit you. #export BLOCH_NO_DIALOG=1 cd $BLOCHPATH idl -vm=bloch.sav &