Are you trying to quench instantaneously from 3 to 6 at t=0? If so, your code should be modified to
'TAUS' : [30.0],
'POWS' : [0.0],
'GS' : ['Jz'],
'GIS' : [6.0],
'GFS' : [6.0],
'NUMSTEPS' : [1250],
Note that you only need single-element arrays, as you only have one quench. As it stands you have two quenches. The first is for zero time, and leaves \Delta at 3. The second ramps \Delta from 6 to 6 linearly over a timescale of 30. The error may be due to propagating with zero time step for the first quench. Let me know if this is still not clear, or if this doesn't help.
-Michael