Added mode_convert and documentation. Created new .mb filetype which contains all necessary information for operating on simulation cells. Created framework for reading in data files, right now only .mb style files

This commit is contained in:
Alex Selimov 2019-12-05 11:04:49 -05:00
parent 03f69c6df7
commit d624e6ed5d
5 changed files with 174 additions and 10 deletions

View file

@ -91,4 +91,12 @@ origin x y z
Default origin is `0 0 0`. This command just sets the origin for where the simulation cell starts building.
*Example:* `origin 10 0 1`
*Example:* `origin 10 0 1`
### Mode Convert
```
cacmb --convert infile outfile
```
This mode converts a file of type infile to a file of type outfile