The instructions for a certain device model (CREE C2M0025120D) state that I should use the following .options directive when running the simulation:
.OPTIONS METHOD=GEAR ABSTOL=1e-6 CHGTOL=1e-12 GMIN=1e-9 ITL1=1000 ITL2=1000 ITL4=1000 ITL6=1000 RELTOL= 0.001 VNTOL=1e-3 NOOPITER
Is there a way to add this to the simulation? The only one I found in the Analysis Options was the integration method (gear). In LTSpice you can just drop in a .options directive.