struct chill::TemplateHit

#include <structure_desc.hpp>
 
struct TemplateHit {
    // fields
 
    CrystalKind kind = CrystalKind::other;
    double rmsd = 1e300;
    const char* name = other;
};