@@ -48,7 +48,7 @@ function RWCMatrixModel(property, species_friction, species_env;
4848 rin_ratio= .04 ,
4949 pcut= 2 ,
5050 pin= 2 ,
51- trans= PolyTransform (2 , r0_ratio),
51+ trans= polytransform (2 , r0_ratio),
5252 p_sel = 2 ,
5353 evalcenter = AtomCentered (),
5454 bond_weight = 1.0 ,
@@ -83,7 +83,7 @@ function RWCMatrixModel(property, species_friction, species_env, evalcenter::EC;
8383 rin_ratio_on= .04 ,
8484 pcut_on= 2 ,
8585 pin_on= 2 ,
86- trans_on= PolyTransform (2 , r0_ratio_on), # warning: the polytransform acts on [0,1]
86+ trans_on= polytransform (2 , r0_ratio_on), # warning: the polytransform acts on [0,1]
8787 p_sel_on = 2 ,
8888 species_minorder_dict_on = Dict {Any, Float64} (),
8989 species_maxorder_dict_on = Dict {Any, Float64} (),
@@ -186,7 +186,7 @@ function OnsiteOnlyMatrixModel(property, species_friction, species_env;
186186 rin_ratio= .04 ,
187187 pcut= 2 ,
188188 pin= 2 ,
189- trans= PolyTransform (2 , r0_ratio), # warning: the polytransform acts on [0,1]
189+ trans= polytransform (2 , r0_ratio), # warning: the polytransform acts on [0,1]
190190 p_sel = 2 ,
191191 species_minorder_dict = Dict {Any, Float64} (),
192192 species_maxorder_dict = Dict {Any, Float64} (),
@@ -265,7 +265,7 @@ function mbdpd_matrixmodel(property, species_friction, species_env;
265265 rin_ratio= .04 ,
266266 pcut= 2 ,
267267 pin= 2 ,
268- trans= PolyTransform (2 , r0_ratio), # warning: the polytransform acts on [0,1]
268+ trans= polytransform (2 , r0_ratio), # warning: the polytransform acts on [0,1]
269269 p_sel = 2 ,
270270 weight = Dict (:l => 1.0 , :n => 1.0 ),
271271 bond_weight = 1.0 ,
@@ -367,7 +367,7 @@ function PWCMatrixModel(property, species_friction, species_env;
367367 rin_ratio= .04 ,
368368 pcut= 2 ,
369369 pin= 2 ,
370- trans= PolyTransform (2 , r0_ratio), # warning: the polytransform acts on [0,1]
370+ trans= polytransform (2 , r0_ratio), # warning: the polytransform acts on [0,1]
371371 p_sel = 2 ,
372372 weight = Dict (:l => 1.0 , :n => 1.0 ),
373373 bond_weight = 1.0 ,
@@ -422,7 +422,7 @@ function PWCMatrixModel(property, species_friction, species_env, cutoff::CUTOFF;
422422 rin_ratio= .04 ,
423423 pcut= 2 ,
424424 pin= 2 ,
425- trans= PolyTransform (2 , r0_ratio), # warning: the polytransform acts on [0,1]
425+ trans= polytransform (2 , r0_ratio), # warning: the polytransform acts on [0,1]
426426 p_sel = 2 ,
427427 weight = Dict (:l => 1.0 , :n => 1.0 ),
428428 bond_weight = 1.0 ,
0 commit comments