You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The energy block does not seem to represent the SNAP energy block in a multielement system: TiO2. E.g. the number of columns of the energy block (14) is different from the force block (28). Also, the first column of the left and right energy blocks should be equal to the number of atoms of each type in the configuration (8 Ti and 16 O).
Example of how the first column of the energy block is currently calculated:
julia>evaluate_basis(train_sys[1], train_pars[1])'1×14adjoint(::Vector{Float64}) with eltype Float64:331776.06.48762e59.44279e59.37241e51.2034e69.09245e5…1.14977e61.35237e61.38483e61.3425e61.26222e6
On other hand, the force block seems to be ok. E.g.
julia>evaluate_basis_d(train_sys[1], train_pars[1])[1]'3×28adjoint(::Matrix{Float64}) with eltype Float64:0.0-0.100626-0.345134-0.401752-0.847065…0.00.00.00.00.00.00.00.00.00.00.00.00.0-1.31982-4.53657-5.16054-10.93160.00.00.00.00.00.00.00.00.00.00.00.00.01.090273.755124.327149.180190.00.00.00.00.00.00.00.00.00.00.00.0
Find more information at InteratomicBasisPotentials.jl/LAMMPS/FitSNAP.
The text was updated successfully, but these errors were encountered:
The energy block does not seem to represent the SNAP energy block in a multielement system: TiO2. E.g. the number of columns of the energy block (14) is different from the force block (28). Also, the first column of the left and right energy blocks should be equal to the number of atoms of each type in the configuration (8 Ti and 16 O).
Example of how the first column of the energy block is currently calculated:
On other hand, the force block seems to be ok. E.g.
Find more information at InteratomicBasisPotentials.jl/LAMMPS/FitSNAP.
The text was updated successfully, but these errors were encountered: