crodriguezdominguez/swift-quantum
Swift package to support quantum computing simulations and experiments
Using Swift Quantum in your project
To use Swift Quantum in a SwiftPM project:
- Add the following line to the dependencies in your
Package.swiftfile:
.package(url: "https://github.com/crodriguezdominguez/swift-quantum", from: "1.0.0"),- Add
SwiftQuantumas a dependency for your target:
.target(name: "MyTarget", dependencies: [
.product(name: "SwiftQuantum", package: "swift-quantum"),
"AnotherModule"
]),- Add
import SwiftQuantumin your source code.
Source stability
The Swift Quantum package is source stable; version numbers follow Semantic Versioning.
Package Metadata
Repository: crodriguezdominguez/swift-quantum
Stars: 2
Forks: 1
Open issues: 0
Default branch: main
Primary language: swift
License: Apache-2.0
README: README.md