Dear Houdini - rotate 180 degrees along local z axis

vector4 qua = quaternion(radians(180), {0,0,1});

@orient = qmultiply(@orient,qua);