Crates.io | grafen |
lib.rs | grafen |
version | 0.9.1 |
source | src |
created_at | 2017-04-05 15:50:54.936755 |
updated_at | 2017-11-29 17:10:46.42122 |
description | Create graphene and other substrates for use in molecular dynamics simulations. |
homepage | |
repository | https://github.com/pjohansson/grafen |
max_upload_size | |
id | 9708 |
size | 207,650 |
Create graphene and other substrates for use in molecular dynamics simulations.
This is a pet project to help me set up simulation systems for my research. It is focused on formats used by Gromacs.
USAGE:
grafen [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --database <PATH> Path to database
-o, --output <PATH> Output GROMOS configuration file (conf.gro)
-t, --title <STR> Title of output system
Substrate definitions are read from a JSON database. An example is provided
in include/database.json
. This database contains a few residue
and the following substrate definitions:
A monolayer of carbon atoms set in a hexagonal honeycomb structure. The spacing between every atom is 0.142 nm.
A monolayer of rigid SiO2 molecules set in a triclinic formation with with spacing 0.450 nm along both base vectors and an angle of 60 degrees between them.
See the documentation.
The program is unlicensed. See unlicense.org for details.