Skip to content

Added S+, S-, Sz operators to SpinhalfDistributed #157

Added S+, S-, Sz operators to SpinhalfDistributed

Added S+, S-, Sz operators to SpinhalfDistributed #157

Workflow file for this run

name: Linux CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: |
cmake -S . -B build -D BUILD_TESTING=On
cmake --build build
- name: run tests
run: |
./build/tests/tests