Skip to content

Commit 2e07ab6

Browse files
authored
Merge pull request #88 from pdobbelaere/ipi-pes
Support for Psiflow driver in i-Pi
2 parents b957358 + 717ce05 commit 2e07ab6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

psiflow/sampling/utils.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,14 @@ def __call__(self, cell, pos):
101101
extras = ""
102102

103103
return pot_ipi, force_ipi, vir_ipi, extras
104+
105+
106+
def initialise_driver(driver) -> None:
107+
"""This function does not do anything yet. Stay tuned."""
108+
pass
109+
110+
111+
def check_output(data: dict) -> None:
112+
"""This function does not do anything yet. Stay tuned."""
113+
pass
114+

0 commit comments

Comments
 (0)