qasmsim | A QASM interpreter and quantum simulator in Rust
kandi X-RAY | qasmsim Summary
kandi X-RAY | qasmsim Summary
qasmsim is a Rust library typically used in Binary Executable Format applications. qasmsim has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Looking for what's new? See RELEASE_NOTES. Very few is missing, but the most important things are allowing the inclusion of external libraries throught the include directive, and improve the reporting of errors. Nevertheless, including qelib1.inc is possible since it comes with the interpreter.
Looking for what's new? See RELEASE_NOTES. Very few is missing, but the most important things are allowing the inclusion of external libraries throught the include directive, and improve the reporting of errors. Nevertheless, including qelib1.inc is possible since it comes with the interpreter.
Support
Quality
Security
License
Reuse
Support
qasmsim has a low active ecosystem.
It has 16 star(s) with 4 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 0 have been closed. There are 13 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of qasmsim is v1.1.0
Quality
qasmsim has no bugs reported.
Security
qasmsim has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
qasmsim is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
qasmsim releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of qasmsim
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of qasmsim
qasmsim Key Features
No Key Features are available at this moment for qasmsim.
qasmsim Examples and Code Snippets
Copy
$ wasm-pack build -- --features="serde"
$ npm install
$ npm start
var result = qasmsim.run(`
OPENQASM 2.0;
include "qelib1.inc";
qreg q[2];
h q[0];
cx q[0], q[1];
`);
interface qasmsim {
run: (input: string, shots?: number) => Execution,
s
Copy
$ cargo install --git https://github.com/delapuente/qasmsim
$ qasmsim source.qasm
$ qasmsim --help
qasmsim 1.0.0
A QASM interpreter and quantum simulator in Rust.
USAGE:
qasmsim [FLAGS] [OPTIONS] [source]
FLAGS:
-b, --binary Pri
Community Discussions
No Community Discussions are available at this moment for qasmsim.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install qasmsim
You can download it from GitHub.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Support
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page