Skip to content

Instantly share code, notes, and snippets.

@gpolitis
Created December 15, 2023 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gpolitis/b627984581daa2e37dac713b368156fc to your computer and use it in GitHub Desktop.
Save gpolitis/b627984581daa2e37dac713b368156fc to your computer and use it in GitHub Desktop.
OpenQASM language definition for LaTeX listings
% original author Thomas Wong https://twitter.com/thomasgwong/status/1067202788487245824?lang=en
\lstdefinelanguage{OpenQASM}{
morekeywords={qreg,creg,include,gate,opqaue,U,CX,measure,reset,if,barrier,u3,u2,u1,cx,id,x,y,z,h,s,sdg,t,tdg,rx,ry,rz,cz,cy,ch,ccx,crz,cu1,cu3},
sensitive=true,
morecomment=[l]{//},
morestring=[b]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment