2-qubit gate CX

CX is the controlled NOT gate. IBM's implementation of this as a user-defined gate just renames it to be lowercase:

gate cx c,t 
{
CX c,t;
}