Skip to content

Releases: USCqserver/OpenQMC-simulator

OpenQMC Simulator v1.0.0

04 Mar 01:38
Compare
Choose a tag to compare

Overview

This release bundles precompiled standalone simulator for both Linux and macOS.

What’s Included

  • Linux Binary:
    openqmc-simulator-linux.zip
  • macOS Binary:
    openqmc-simulator-macos.zip

Both assets are attached to this release. They have been built with Julia v1.11.3, ensuring compatibility with similar environments.

How to Use

On Linux:

  1. Download and extract the Linux asset.
  2. Launch the simulator by running:
    export JULIA_NUM_THREADS=<number_of_threads>
    julia --project=@. --sysimage compiled/lib/julia/sys.so

On macOS:

  1. Download and extract the Linux asset.
  2. Launch the simulator by running:
    export JULIA_NUM_THREADS=<number_of_threads>
    julia --project=@. --sysimage compiled/lib/julia/sys.dylib

Additional Notes

  • The sysimage was built with the package pre-imported into Main. If your module isn’t found as a top-level package, try using using .OpenQMC.
  • Warnings about mismatched flags or version differences during precompilation are typically benign as long as the simulator runs correctly.
  • Please ensure that your environment (including the Julia version and system libraries) is compatible with the provided binaries.