cratepy.ioput.packager.store_scs_data

store_scs_data(self_consistent_scheme, scs_parameters, scs_max_n_iterations, scs_conv_tol)[source]

Store data associated with the self-consistent scheme.

Parameters:
  • self_consistent_scheme ({'none', 'regression',}) – Self-consistent scheme to update the elastic reference material properties.

  • scs_parameters ({dict, None}) – Self-consistent scheme parameters (key, str; item, {int, float, bool}).

  • scs_max_n_iterations (int) – Self-consistent scheme maximum number of iterations.

  • scs_conv_tol (float) – Self-consistent scheme convergence tolerance.

Returns:

scs_dict – Container.

Return type:

dict