package molenc

  1. Overview
  2. Docs
module A = BatArray
module L = BatList
module Log = Dolog.Log
module Bstree : sig ... end
val nearest_neighbor_names : int -> Utls.filename list -> FpMol.t list -> (FpMol.t * string * float) list
val bst_nearest_name_dist : Bstree.t -> FpMol.t -> string * float
val nearest_neighbor_names_a : int -> string list -> FpMol.t array -> (FpMol.t * string * float) array