1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-02 09:26:08 +02:00
qmckl/python/test/test_api.py

12 lines
221 B
Python
Raw Normal View History

2022-05-02 16:46:34 +02:00
import pyqmckl as pq
from data.data import coord
from os.path import join
ctx = pq.qmckl_context_create()
fname = join('data', 'Alz_small.h5')
rc = pq.qmckl_trexio_read(ctx, fname)
print(pq.qmckl_string_of_error(rc))