qdk_sim_experimental 0.24.216270-beta

Experimental simulators for use with the Quantum Development Kit.
Documentation
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

fn main() -> Result<(), String> {
    built::write_built_file().expect("Failed to acquire build-time information");

    Ok(())
}