Coder Social home page Coder Social logo

Comments (4)

Mc-Zen avatar Mc-Zen commented on August 31, 2024

Hi @maxtremblay ,

I'm glad you find the package useful :)

This is practically a duplicate of #1 . midstick is basically implemented as a gate but without a border around the box. The reason is that gates need to overdraw the quantum (or classical) wires (see second screenshot in this issue: #1). However, it would make much sense that the fill property for quantum-circuit() would not apply to midstick, so that midstick continues using the circuit background color (defaulting to white). This way, midstick would behave as you suggested.

Edit: see comment below

I will change that. Until the next release, you can work around this issue by declaring

#let gate = gate.with(fill: accent-color)
#let mqgate = mqgate.with(fill: accent-color)

and omitting the fill argument for quantum-circuit.

I hope this helps.

from quill.

Mc-Zen avatar Mc-Zen commented on August 31, 2024

Also: in the (rather near) future, (when user-defined types are added to Typst), gate will become an "element". The fill parameter will then be deprecated for quantum-circuit and you can instead write

#set gate(fill: accent-color)

which is much more flexible. Just so you know

from quill.

Mc-Zen avatar Mc-Zen commented on August 31, 2024

Edit: I read up the docs for quill and actually this:

#let gate = gate.with(fill: accent-color)
#let mqgate = mqgate.with(fill: accent-color)

is the intended way to go (until the aforementioned change). The quantum-circuit(fill: ) parameter just changes the default fill for all kinds of gate-like elements so that a circuit can be put on some single-color background that is not white. I have to admit though, this is not very clear from the docs.

from quill.

maxtremblay avatar maxtremblay commented on August 31, 2024

Ok. Thank you for the solution. I will go with that for now 😄

from quill.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.