Package generic_fns :: Module minimise :: Class RelaxMinimiseThread
[hide private]
[frames] | no frames]

Class RelaxMinimiseThread

source code


Instance Methods [hide private]
 
__init__(self, relax, i, job_queue, results_queue, finished_jobs, job_locks, tag, parent_run, min_args)
Initialisation of the thread.
source code
 
generate_script(self)
Function for generating the script for the thread to minimise sim `sim`.
source code
 
post_locked_code(self)
Code to run after locking the job.
source code

Inherited from thread_classes.RelaxThread: close_all_pipes, copy_save_file, exec_relax, kill, mkdir, pre_locked_code, remote_command, run, start_child, test_dir, test_save_file

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, relax, i, job_queue, results_queue, finished_jobs, job_locks, tag, parent_run, min_args)
(Constructor)

source code 

Initialisation of the thread.

Overrides: object.__init__