The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Chemistry::File::OPTIMADE - OPTIMADE reader

SYNOPSIS

# read a molecule
my $file = Chemistry::File::OPTIMADE->new( file => 'myfile.json' );
my $mol = $file->read();

DESCRIPTION

OPTIMADE structure representation reader.

SOURCE CODE REPOSITORY

https://github.com/perlmol/Chemistry-File-OPTIMADE

SEE ALSO

Chemistry::Mol, Chemistry::File

The OPTIMADE Home Page at https://www.optimade.org

AUTHOR

Andrius Merkys <merkys@cpan.org>

COPYRIGHT

Copyright (c) 2022 Andrius Merkys. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.