Class containing the specific methods of the Frame Order theories.
|
__init__(self)
Initialise the class by placing API_common methods into the API. |
source code
|
|
numpy rank-1 array, numpy rank-1 array
|
|
numpy rank-1 array
|
|
numpy array
|
|
|
_cone_pdb(self,
size=30.0,
file=None,
dir=None,
inc=40,
force=False)
Create a PDB file containing a geometric object representing the
Frame Order cone models. |
source code
|
|
|
|
list of float
|
_grid_row(self,
incs,
lower,
upper,
dist_type=None,
end_point=True)
Set up a row of the grid search for a given parameter. |
source code
|
|
tuple of 3 numpy nx5D, rank-1 arrays
|
|
|
|
|
|
|
|
|
|
(int, AlignTensorData instance)
|
|
|
_update_model(self)
Update the model parameters as necessary. |
source code
|
|
|
|
None
|
|
|
calculate(self,
spin_id=None,
verbosity=1,
sim_index=None)
Calculate the chi-squared value for the current parameter values. |
source code
|
|
list of floats
|
|
list of str
|
data_names(self,
set=' all ' ,
error_names=False,
sim_names=False)
Function for returning a list of names of data structures. |
source code
|
|
list of str
|
|
list of str
|
|
|
grid_search(self,
lower=None,
upper=None,
inc=None,
constraints=False,
verbosity=0,
sim_index=None)
Perform a grid search. |
source code
|
|
bool
|
|
list of float
|
|
|
minimise(self,
min_algor=None,
min_options=None,
func_tol=None,
grad_tol=None,
max_iterations=None,
constraints=False,
scaling=True,
verbosity=0,
sim_index=None,
lower=None,
upper=None,
inc=None)
Minimisation function. |
source code
|
|
SpinContainer instance
|
|
tuple of (int, int, float)
|
|
list of float
|
|
str
|
|
|
|
|
|
|
|
|
|
list of float
|
|
list of int
|
|
Inherited from api_base.API_base :
back_calc_ri ,
bmrb_read ,
bmrb_write ,
data_init ,
data_type ,
default_value ,
deselect ,
duplicate_data ,
eliminate ,
has_errors ,
model_desc ,
model_type ,
molmol_macro ,
num_instances ,
overfit_deselect ,
pymol_macro ,
read_columnar_results ,
return_conversion_factor ,
return_data ,
return_data_desc ,
return_data_name ,
return_grace_string ,
return_value ,
set_param_values ,
set_update ,
sim_return_chi2 ,
skip_function ,
test_grid_ops
Inherited from api_common.API_common (private):
_base_data_loop_spin ,
_create_mc_relax_data ,
_data_init_dummy ,
_default_value_spin ,
_eliminate_false ,
_has_errors_spin ,
_is_spin_param_true ,
_model_loop_single_global ,
_model_loop_spin ,
_num_instances_spin ,
_overfit_deselect_dummy ,
_return_conversion_factor_spin ,
_return_data_desc_spin ,
_return_data_name ,
_return_data_name_global ,
_return_data_name_spin ,
_return_data_relax_data ,
_return_error_relax_data ,
_return_grace_string_spin ,
_return_no_conversion_factor ,
_return_units_global ,
_return_units_spin ,
_return_value_general ,
_set_error_spin ,
_set_param_values_global ,
_set_param_values_spin ,
_set_selected_sim_global ,
_set_selected_sim_spin ,
_set_update ,
_sim_init_values_spin ,
_sim_pack_relax_data ,
_sim_return_chi2_spin ,
_sim_return_param_spin ,
_sim_return_selected_global ,
_sim_return_selected_spin ,
_test_grid_ops_general
|