# Function: Miller gate # Used Library: EQ (gates: 8 quantum costs: 8) # This file have been taken from RevLib (www.revlib.org). .version 1.0 .numvars 3 .variables a b c .inputs a b c .outputs a b c .constants --- .garbage --- .begin t2 c a t2 c b v+ a c t2 b a v a c v+ b c t2 c b t2 b a .end