mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-24 16:49:17 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
import numpy as np
|
|
|
|
|
|
def EISModelBasedController(eis: np.array) -> float:
|
|
return 0.0
|