Skip to content

Commit

Permalink
Merge pull request #25 from nathanshammah/test_travis
Browse files Browse the repository at this point in the history
trying travis again
  • Loading branch information
nathanshammah authored Apr 5, 2018
2 parents 46da31d + 77002d5 commit 399f896
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Permutational Invariant Quantum Solver (PIQS)

[![Build Status](https://travis-ci.org/nathanshammah/piqs.png?branch=master)](https://travis-ci.org/nathanshammah/piqs)

PIQS is an open-source Python solver to study the exact Lindbladian dynamics of open quantum systems consisting of identical qubits.

## Exponential reduction
Expand Down
2 changes: 1 addition & 1 deletion piqs/tests/test_dicke.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Tests for Permutation Invariance methods
Tests for Permutation Invariance methods.
"""
import numpy as np
from numpy.testing import (assert_, run_module_suite, assert_raises,
Expand Down

0 comments on commit 399f896

Please sign in to comment.