schrodinger.application.desmond.simulation_block_test module¶
Block data analysis script.
For a block average data file, determine if the simulation passed or not depending on the conditions in a test file.
Copyright Schrodinger, LLC. All rights reserved.
-
class
schrodinger.application.desmond.simulation_block_test.Energy[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'E'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.PotentialEnergy[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'E_p'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.Pressure[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'P'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.Temperature[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'T'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.BoxSize[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'Simulation_Box'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.Job_Details[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'JobDetails'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.T_0[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'T_0'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.E_k[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'E_k'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.E_x[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'E_x'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.E_f[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'E_f'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
class
schrodinger.application.desmond.simulation_block_test.V[source]¶ Bases:
schrodinger.application.desmond.simulation_block_test.Test-
NAME= 'V'¶
-
print_val()¶
-
set_val(key, token)¶
-
update_pass_fail(sba_file)¶
-
-
schrodinger.application.desmond.simulation_block_test.gen_test(s)[source]¶ Returns a *Test object based on the given string ‘s’.
This function will raise a ValueError if no object can be constructed.
-
schrodinger.application.desmond.simulation_block_test.parse_sbt(sbt_fname)[source]¶ Given a .sbt file, parses the file and returns a list of *test objects.