aboutsummaryrefslogtreecommitdiff
import pytest
import numpy as np

import matplotlib.pyplot as plt

from schroedinger import (
    Config, potential_interp, build_potential, solve_schroedinger
)


def test_finite():
    pass