Skip to content

Commit

Permalink
Merge pull request #15 from AlexHeide/master
Browse files Browse the repository at this point in the history
Initial package setup.
  • Loading branch information
nlk36701 authored Mar 27, 2023
2 parents 4e8e77d + f4550a9 commit d6e1a91
Show file tree
Hide file tree
Showing 1,068 changed files with 21,968 additions and 51,531 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
concordantmodes/_version.py export-subst
34 changes: 34 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Lint

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]

steps:
- uses: actions/checkout@v2

- name: Python Setup
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}

- name: Create Environment
shell: bash
run: |
python -m pip install --upgrade pip
python -m pip install black==22.10 # pinned because the style changes with version
- name: Lint
shell: bash
run: black concordantmodes --check

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
concordantmodes.egg-info/
concordantmodes/__pycache__/
concordantmodes.*pyc

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions Example/1_H2O/psi4/CMA_0A/manual_submission/Step1/main.py

This file was deleted.

Loading

0 comments on commit d6e1a91

Please sign in to comment.