|
415 | 415 | "- `do_copy_at_file=F sparse_separate_file=T` just needed, don't want to copy the training data and using separate files for the xml makes it faster\n", |
416 | 416 | "- `gp_file=GAP.xml` filename of the potential parameters, I have always used this name, because I had separate directories for the different trainings potentials\n", |
417 | 417 | "- `at_file=train.xyz` training file\n", |
418 | | - "- `default_sigma={0.008 0.04 0 0}` sigma values to be used for energies, forces, stresses, hessians in order; this represents the accuracy of the data and the relative weight of them in the fit (more accurate --> more significant in the fit)\n", |
| 418 | + "- `default_sigma={0.008 0.04 0.01 0.01}` sigma values to be used for energies, forces, stresses, hessians in order; this represents the accuracy of the data and the relative weight of them in the fit (more accurate --> more significant in the fit)\n", |
419 | 419 | "- `gap={...}` the potential to be fit, separated by ':'\n", |
420 | 420 | "\n", |
421 | 421 | "**distance_2b**\n", |
|
466 | 466 | "local_property0 = 0.0\n", |
467 | 467 | "e0_offset = 0.0\n", |
468 | 468 | "e0_method = isolated\n", |
469 | | - "default_sigma = \"0.008 0.04 0 0\"\n", |
| 469 | + "default_sigma = \"0.008 0.04 0.01 0.01\"\n", |
470 | 470 | "sparse_jitter = 1.0e-10\n", |
471 | 471 | "hessian_delta = 1.0e-2\n", |
472 | 472 | "core_param_file = quip_params.xml\n", |
|
579 | 579 | } |
580 | 580 | ], |
581 | 581 | "source": [ |
582 | | - "! gap_fit energy_parameter_name=energy force_parameter_name=forces do_copy_at_file=F sparse_separate_file=T gp_file=GAP.xml at_file=train.xyz default_sigma={0.008 0.04 0 0} gap={distance_2b cutoff=4.0 covariance_type=ard_se delta=0.5 theta_uniform=1.0 sparse_method=uniform add_species=T n_sparse=10}\n" |
| 582 | + "! gap_fit energy_parameter_name=energy force_parameter_name=forces do_copy_at_file=F sparse_separate_file=T gp_file=GAP.xml at_file=train.xyz default_sigma={0.008 0.04 0.01 0.01} gap={distance_2b cutoff=4.0 covariance_type=ard_se delta=0.5 theta_uniform=1.0 sparse_method=uniform add_species=T n_sparse=10}\n" |
583 | 583 | ] |
584 | 584 | }, |
585 | 585 | { |
|
801 | 801 | "local_property0 = 0.0\n", |
802 | 802 | "e0_offset = 0.0\n", |
803 | 803 | "e0_method = isolated\n", |
804 | | - "default_sigma = \"0.008 0.04 0 0\"\n", |
| 804 | + "default_sigma = \"0.008 0.04 0.01 0.01\"\n", |
805 | 805 | "sparse_jitter = 1.0e-10\n", |
806 | 806 | "hessian_delta = 1.0e-2\n", |
807 | 807 | "core_param_file = quip_params.xml\n", |
|
975 | 975 | } |
976 | 976 | ], |
977 | 977 | "source": [ |
978 | | - "! gap_fit energy_parameter_name=energy force_parameter_name=forces do_copy_at_file=F sparse_separate_file=T gp_file=GAP_3b.xml at_file=train.xyz default_sigma={0.008 0.04 0 0} gap={distance_2b cutoff=4.0 covariance_type=ard_se delta=0.5 theta_uniform=1.0 sparse_method=uniform add_species=T n_sparse=10 : angle_3b cutoff=3.5 covariance_type=ard_se delta=0.5 theta_fac=0.5 add_species=T n_sparse=30 sparse_method=uniform}\n" |
| 978 | + "! gap_fit energy_parameter_name=energy force_parameter_name=forces do_copy_at_file=F sparse_separate_file=T gp_file=GAP_3b.xml at_file=train.xyz default_sigma={0.008 0.04 0.01 0.01} gap={distance_2b cutoff=4.0 covariance_type=ard_se delta=0.5 theta_uniform=1.0 sparse_method=uniform add_species=T n_sparse=10 : angle_3b cutoff=3.5 covariance_type=ard_se delta=0.5 theta_fac=0.5 add_species=T n_sparse=30 sparse_method=uniform}\n" |
979 | 979 | ] |
980 | 980 | }, |
981 | 981 | { |
|
0 commit comments