quantity.targets.init_radial_distribution_target#
- init_radial_distribution_target(target, rdf_start=0.0, rdf_cut=1.5, nbins=300, gamma=1.0, rdf_species=None)[source]#
Initializes a RDF target.
- Parameters:
target (
Union[Array,ndarray,bool,number,bool,int,float,complex,List[Union[Array,ndarray,bool,number,bool,int,float,complex]]]) – Target rdf with r-values and distribution.rdf_start (
float) – Start of the target distribution.rdf_cut (
float) – End of the target distribution.nbins (
int) – Number of bins of the target distribution.gamma (
float) – Scaling factor of the loss contribution.rdf_species (
Union[Array,ndarray,bool,number,bool,int,float,complex]) – Compute the RDF between selected species
- Return type:
TargetInit