spvincent Lv 1
Quickfix is not intended to improve the score, although it might have that happy side effect. Rather; the script is designed to rapidly recover from extremely low scores such as those that occur after actions like cut point closure and register shifts, while making no more than minimal changes to the protein. Eventually the score should rise to a value where it's safe to kill the script and subsequent wiggling won't cause the protein to fly apart.
The default values work pretty well: still some notes may be helpful.
Pass 1
Looks for adjacent residues which have a combined backbone score less than a threshold value (default -2000): then applies a quick local wiggle. Particularly intended to help tidy up after cut point closure. Very quick so might as well always leave it on.
At the start of the script, anything frozen will be unfrozen and all bands will be disabled. On killing the script bands will be restored and the pose set to that corresponding to the most recent improvement.
Pass 2
First, wiggles sidechains. Then looks at the total scores of all 3-residue segments; selecting the worst and local wiggling it. If said local wiggle doesn't improve the score, try rebuilding that section a few times: then take the best-scoring result and local wiggle.
Repeat all the above (taking care not to hammer away unsuccessfully on one section should that prove intractable), until the total improvement for three consecutive tries is less than some threshold (default=1000), whereupon things move on to Pass 3 (if selected).
Pass 3
Similar to Pass 2 except it local wiggles/rebuilds the worst-scoring 4-residue section (as opposed to 3). Rebuilds if the gain from local wiggle is less than a certain threshold (default=100) Also at intervals does a Shake (or Mutate: see below). Does not terminate: it's up to the user to kill the script, whereupon the highest scoring solution made is restored.
Leave sheets alone
In Passes 2 and 3, don't work on sections that include a sheet (so they don't get mangled)
Mutate not shake
For design puzzles only. If checked, substitutes a mutate for a shake in Pass 3. Often better but Mutate can be quite slow.