core.units.mlip_unit.inference.client_websocket#

Classes#

Module Contents#

class core.units.mlip_unit.inference.client_websocket.AsyncMLIPInferenceWebSocketClient(host, port)#
uri#
websocket = None#
async connect()#
async close()#
async call(atomic_data)#
class core.units.mlip_unit.inference.client_websocket.SyncMLIPInferenceWebSocketClient(host, port)#
uri#
ws = None#
connect()#
call(atomic_data)#
close()#