NAME
HackaMol::Roles::ReadXyzRole - Read files with molecular information
VERSION
version 0.042
SYNOPSIS
my @atoms = HackaMol->new
->read_xyz_atoms("some.xyz");
DESCRIPTION
The HackaMol::Roles::ReadXyzRole provides read_xyz_atoms reading xyz files.
METHODS
read_xyz_atoms
One argument: the filename Returns a list of HackaMol::Atom objects.
SEE ALSO
AUTHOR
Demian Riccardi <demianriccardi@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Demian Riccardi.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.