Skip to content

issues Search Results · repo:quil-lang/quil language:TeX

Filter by

36 results
 (87 ms)

36 results

inquil-lang/quil (press backspace or delete to remove)

Looking at the spec for CALL instructions: @syntax[:name Extern Call Instruction ]{ CALL @ms{Identifier} @rep[:min 1]{@group{@ms{Identifier} @alt @ms{Memory Reference} @alt @ms{Complex}}} } I noticed ...
  • erichulburd
  • 9
  • Opened 
    on Aug 23, 2024
  • #87

Some folks come to this repo and find ./spec/Quil.md as the spec, which is actually fairly out-of-date with the real spec (under ./specgen or quil-lang.github.io). It would be helpful if ./spec was removed, ...
  • notmgsk
  • Opened 
    on Feb 26, 2024
  • #78

2024.1
  • stylewarning
  • Opened 
    on Feb 15, 2024
  • #72

2024.1
  • stylewarning
  • 1
  • Opened 
    on Feb 15, 2024
  • #71

Currently, the Quil spec contains EBNF grammar as well as examples of valid and invalid program instructions. Examples are often the most intuitive way to get a quick understanding of the grammatical and ...
  • erichulburd
  • Opened 
    on Dec 8, 2023
  • #70

The spec s definition of DEFCAL is ⟨Calibration Definition⟩ ::= DEFCAL ⟨Modifier⟩*⟨Identifier⟩ ( ⟨Parameters⟩ ) ⟨Qubit⟩+ : ⟨Instruction⟩+ The spec then uses these as examples DEFCAL RX(%theta) %qubit: ...
2024.1
  • notmgsk
  • 1
  • Opened 
    on Oct 4, 2023
  • #66

In actually using Quil, it is assumed that memory is shared a classical processor, and thus can change at any time. Implementations must not presently assume memory is only modified by a Quil program. ...
2024.1
  • stylewarning
  • Opened 
    on Mar 30, 2023
  • #64

2024.1
  • stylewarning
  • Opened 
    on Mar 30, 2023
  • #63

The Quil spec references the cis function in an example for DEFGATE: The definition of CAN can be written as the following Quil matrix definition: DEFGATE CAN(%alpha, %beta, %gamma): (cis((%alpha+%beta-%gamma)/2)+cis((%alpha-%beta+%gamma)/2))/2, ...
2024.1
  • MarquessV
  • 1
  • Opened 
    on Mar 22, 2023
  • #62
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub