The OPA320/OPA320S PSPICE model doesn't work, at least in version 8.0 of PSPICE.
The capacitors in the root subcircuit have a TC ("TC=0,0") which the simulator doesn't recognize. Since the coefficients are 0, it isn't needed, in any event.
The E and G devices have all 4 terminals defined and an evaluate ({...}) for the gain. The simulator does not support an evaluate for E and G devices with all 4 terminals defined. The control terminals should be moved in the evaluate term:
Ey 1 2 3 4 {gain} ==> Ey 1 2 {V(3,4) * gain}
or
Gy 1 2 3 4 {gain} ==> Gy 1 2 {V(3,4) * gain}
ghb