pele.concurrent.ConnectWorker

class pele.concurrent.ConnectWorker(uri, system=None, strategy='random')[source]

worker class to execute connect runs.

The worker will return all minima and transiton states found to the server

Parameters :

uri : string

uri for job server

system : BaseSystem, optional

if no system class is specified, the worker obtains the system class from the ConnectServer by get_system. This only works for pickleable systems classes. If this is not the case, the system class can be created on the client side and passed as a parameter.

strategy : str

strategy to use when choosing which minima to connect

Methods

run([nruns]) start the client

Previous topic

pele.concurrent.ConnectServer.set_connect_manager

Next topic

pele.concurrent.ConnectWorker.run