#
qml
Here are 1,319 public repositories matching this topic...
Here you can get all the Quantum Machine learning Basics, Algorithms ,Study Materials ,Projects and the descriptions of the projects around the web
machine-learning
awesome
ai
qml
tensorflow
quantum
machine-learning-algorithms
artificial-intelligence
quantum-computing
artificial-neural-networks
awesome-list
fcm
kmeans
ant-colony-optimization
quantum-programming-language
hmm-model
qubits
knn-classification
quantum-ai
-
Updated
Feb 28, 2022 - HTML
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
javascript
qt
awesome
cpp
qml
qt-quick
qtcreator
qt5
awesome-list
qpm
qt4
qtquick
qtquick-controls
qml-bindings
-
Updated
Dec 7, 2021
A kwin script that automatically tiles windows
-
Updated
May 27, 2022 - QML
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
-
Updated
Apr 27, 2022 - QML
visualization
qt
cpp
graph
qml
graphs
graph-theory
complex-networks
dataflow-programming
graph-visualization
cpp-library
qt-containers
-
Updated
May 1, 2022 - C++
A QML engine in a web browser. Current state: fixing things…
-
Updated
Apr 11, 2022 - JavaScript
Open
Scrims
2
plfiorini
commented
Sep 20, 2017
To make typography legible on top of imagery, apply text protection in the form of scrims. Scrims are lightweight, translucent material layers.
Text protection from https://material.io/guidelines/style/imagery.html#imagery-best-practices
enhancement
New feature or request
needs info
Further information is requested
hacktoberfest
Hacktoberfest
good first issue
Good for newcomers
Open
TToast bug?
3
ixiejun
commented
Sep 26, 2019
按wiki的方法构建动态库,在使用TToast组件时出现以下异常:
qrc:/net.toou.2d/controls/TToast.qml:101: TypeError: Cannot read property of null
good first issue
Good for newcomers
A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
emulator
raspberry-pi
qmake
games
frontend
cross-platform
gplv3
qml
customizable
logo
retrogaming
pegasus
pegasus-frontend
-
Updated
May 19, 2022 - C++
Q Light Controller Plus (QLC+) is a free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc. This project is a fork of the great QLC project written by Heikki Junnila that aims to continue the QLC development and to introduce new features.
-
Updated
May 30, 2022 - C++
Video player that can play online videos from youtube, bilibili etc.
-
Updated
May 21, 2022 - C++
Qt5/C++ FFmpeg Media Converter
audio
gui
video
ffmpeg
cpp
multimedia
transcoding
qml
conversion
qt5
ffmpeg-wrapper
media-converter
converter-encoding
-
Updated
Mar 31, 2021 - C++
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
-
Updated
Dec 29, 2021 - C++
Vulkan RTX path tracer with a declarative ES7-like scene description language.
-
Updated
Nov 2, 2019 - C++
A collection of good practices when writing QML code - https://doc.qt.io/qt/qtqml-index.html
-
Updated
Apr 18, 2022
Improve this page
Add a description, image, and links to the qml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qml topic, visit your repo's landing page and select "manage topics."
Expected behavior
A QNode wrapped in
qml.batch_paramsshould raise an error during construction if the batch dimensions of the input parameters don't match.Actual behavior
The error is not raised in some scenarios. In fact, the error is only raised when the batch dimension of the first parameter to the circuit is the largest of all the other batch dimensions.
For example, t