References ========== Adversarial methods ------------------- .. _method-ref-fgsm: * `FGSM: Explaining and Harnessing Adversarial Examples `_ .. _method-ref-ifgsm: * `I-FGSM: Adversarial Examples in the Physical World `_ .. _method-ref-pgd: * `PGD: Towards Deep Learning Models Resistant to Adversarial Attacks `_ Machine learning force fields ----------------------------- .. _method-ref-mace: * `MACE architecture paper `_ .. _method-ref-mace-mh: * `MACE-MH paper `_ * `MACE-MH model documentation `_ .. _method-ref-uma: * `UMA paper `_ * `UMA model documentation `_ .. _method-ref-chgnet: * `CHGNet documentation `_ .. _method-ref-mtp: * `LiCOHPF database with pre-trained MACE + MTP `_ Validation and failure analysis ------------------------------- .. _method-ref-validation: * `How to validate machine-learned interatomic potentials `_ * `MLFF error evaluation `_ * `MLFFs for modelling deformation `_ * `MLFFs for material properties `_ * `Correct energies does not guarantee the correct trajectory `_ * `Fine-tuning machine-learned interatomic potentials `_ * `Variance in machine learning force fields `_ Structural metrics ------------------ .. _method-ref-numpy-norm: * `NumPy vector-norm documentation `_ .. _method-ref-jaccard: * `Jaccard-distance reference `_ * `A Note on the Triangle Inequality for the Jaccard Distance `_ * `SciPy Jaccard-distance documentation `_ .. _method-ref-rdf: * `Radial distribution functions `_ * `ASE RDF implementation `_ .. _method-ref-coordination: * `Coordination-number analysis `_ * `ASE neighbour-list documentation `_ .. _method-ref-symmetry: * `Pymatgen symmetry-analysis documentation `_ * `Spglib documentation `_ .. _method-ref-numpy-quantile: * `NumPy quantile documentation `_ .. _method-ref-r2: * `Scikit-learn coefficient-of-determination documentation `_ Simulation and structure tools ------------------------------ .. _method-ref-mlff-attack: * `MLFF Attack source repository `_ .. _method-ref-ase: * `Atomic Simulation Environment documentation `_ .. _method-ref-ase-optimize: * `ASE geometry-optimization documentation `_ .. _method-ref-ase-neighbor: * `ASE neighbour-list, natural-cutoff, and connectivity documentation `_ .. _method-ref-supercell: * `ASE supercell implementation `_ Contour exploration ------------------- .. _method-ref-contour: * `ASE contour exploration documentation `_ * `Contour exploration method `_