Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACE Descriptor #282

Open
zoehengyi668 opened this issue Jan 29, 2025 · 1 comment
Open

ACE Descriptor #282

zoehengyi668 opened this issue Jan 29, 2025 · 1 comment

Comments

@zoehengyi668
Copy link

May I ask do we have a non-averaged version of ace descriptor?
Because the averaged structural descriptor may loose some information:

descriptors = []
config_types = []
for atoms in dataset
descriptor = zeros(length(basis))
for i in 1:length(atoms)
descriptor += site_energy(basis, atoms, i)
end
descriptor /= length(atoms)
push!(descriptors, descriptor)
push!(config_types, atoms.data["config_type"].data)
end

Thank you!!

@cortner
Copy link
Member

cortner commented Jan 29, 2025

Is this what you are looking for?

function site_descriptors(system::AbstractSystem, model::ACEPotential;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants