blob: 47c7e11ae3bf98b5799cf46509f49c9f6a0e716a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|