Skip to content

explicit spin-endowed molecular Hamiltonian MPO construction #52

explicit spin-endowed molecular Hamiltonian MPO construction

explicit spin-endowed molecular Hamiltonian MPO construction #52

Workflow file for this run

name: Run unittests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --editable .
- name: Run tests
run: |
cd test
python3 -m unittest discover -s ./