tempoCollaboration / OQuPy

A Python package to efficiently simulate non-Markovian open quantum systems with process tensors.
https://oqupy.readthedocs.io
Apache License 2.0
71 stars 24 forks source link

QR Code [fun] #93

Closed piperfw closed 4 months ago

piperfw commented 1 year ago

Having a QR code linking to the Repo or documentation is pretty handy for putting on academic posters or leaflets.

Attached generated with the OQuPy logo/colours using https://www.qrcode-monkey.com/

Might put it in docs/graphics if it would be useful to others (or we want to standardise it).

oqupy-qr-code

gefux commented 5 months ago

That looks very nice. Yes, let's add an .SVG and .PNG to docs/graphics.

piperfw commented 5 months ago

@gefux I've added the QR code to a few places on a branch qr-docs:

The above were made as separate commits so we can undo as necessary. Let me know what you think.

Everything built locally although I'm slightly nervous about the download links in sharing.rst.

gefux commented 5 months ago

Sounds great. I'd really would like to have an SVG graphic as well if possible. Could you make a PR, so we can have a look?

piperfw commented 5 months ago

I've generated a new QR Code with .png and .svg using qr-codemonkey.com.

This seemed to accept a .svg for the central logo just fine, but it's possible the tool converts this to raster before embedding in the QR code (if we are concerned about this we could always generate a .svg qr-code with a blank centre and then add the OQuPy cloud afterwards). For reference these are the parameters I used for the online tool: qr-parameters.txt

PR made.

piperfw commented 4 months ago

Closed with #114