readcon-core 0.14.0

An oxidized single and multiple CON file reader and writer with FFI bindings for ergonomic C/C++ usage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
module ReadCon

include("types.jl")
include("wrapper.jl")

export Atom, ConFrame, read_con, write_con,
       index_energy, composition_formula, total_mass, cell_volume, fmax,
       sections_mask, index_natoms, index_projection_json,
       atom_index_by_id, build_atom_id_index,
       has_chemfiles_support, select_on_frame, select_atom_indices, frame_bond_count

end # module