Output negative opacity/alpha in post process material

I’m trying to output negative values into the opacity/alpha channel into a render target but it gets clamped to zero. RGB with negative values is working. Is there any option to enable negative values for opacity?

I have the exact same problem.
Have you found a solution for it?

I don’t think it is possible. I normalized alpha when writing and “denormalized” when reading.