qasmsim | A QASM interpreter and quantum simulator in Rust

 by   delapuente Rust Version: v1.1.0 License: Apache-2.0

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              qasmsim has a low active ecosystem.
              It has 16 star(s) with 4 fork(s). There are 2 watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              qasmsim has no bugs reported.

            kandi-Security Security

              qasmsim has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License 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.

            kandi-Reuse 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
            Get all kandi verified functions for this library.

            qasmsim Key Features

            No Key Features are available at this moment for qasmsim.

            qasmsim Examples and Code Snippets

            qasmsim,WASM version
            Rustdot img1Lines of Code : 39dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            $ 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  
            qasmsim,qasmsim CLI
            Rustdot img2Lines of Code : 28dot img2License : Non-SPDX (NOASSERTION)
            copy iconCopy
            $ 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  
            qasmsim,What is missing?
            Rustdot img3Lines of Code : 5dot img3License : Non-SPDX (NOASSERTION)
            copy iconCopy
            OPENQASM 2.0;
            include "qelib1.inc";
            qreg q[2];
            h q[0];
            cx q[0], q[1];
              

            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.

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/delapuente/qasmsim.git

          • CLI

            gh repo clone delapuente/qasmsim

          • sshUrl

            git@github.com:delapuente/qasmsim.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Rust Libraries

            996.ICU

            by 996icu

            deno

            by denoland

            rust

            by rust-lang

            alacritty

            by alacritty

            tauri

            by tauri-apps

            Try Top Libraries by delapuente

            offliner

            by delapuenteJavaScript

            aframe-sharedspace-component

            by delapuenteJavaScript

            presentations

            by delapuenteHTML

            HoughTransform

            by delapuenteC

            mcpy

            by delapuentePython