3
0
mirror of https://github.com/NehZio/Crystal-MEC synced 2024-09-27 03:51:07 +02:00
Crystal-MET/README.md

29 lines
864 B
Markdown
Raw Normal View History

2019-04-30 12:07:48 +02:00
# CRYSTAL MET
2019-04-30 14:17:40 +02:00
![GitHub Logo](/images/fig3.png ) ![GitHub Logo](/images/fig4.png =60x60)
2019-04-30 14:09:47 +02:00
2019-04-30 13:48:12 +02:00
Crystal MET (Crystal Maker Effective Tool) is a python3 programs that helps you building a system using only the informations taken from a CIF file.
2019-03-15 11:01:24 +01:00
2019-04-30 13:48:12 +02:00
Use it with care, always check the output, it may work differently from what you expect.
2019-04-17 15:06:53 +02:00
2019-04-30 13:48:12 +02:00
I'm not responsible of a missuse of the results given, neither am I of any collateral such as your computer bursting into flame or any physical incident that could result of an improper use of this tool.
2019-04-17 15:06:53 +02:00
2019-04-30 13:48:12 +02:00
## Dependencies
2019-03-19 15:43:06 +01:00
2019-04-30 13:48:12 +02:00
Crystal MET uses :
2019-03-19 15:43:06 +01:00
2019-04-30 14:09:47 +02:00
* Scipy
* Numpy
2019-03-19 15:43:06 +01:00
2019-04-30 13:48:12 +02:00
## Use
2019-03-15 11:01:24 +01:00
2019-04-30 13:51:32 +02:00
`python3 crystal_met.py INPUT_FILE`
2019-03-15 11:04:19 +01:00
2019-04-30 13:43:50 +02:00
## Performances
The calculation increases exponentially as you increase the number of atoms in the system you want.
Here are the results of some tests I made :
![GitHub Logo](/images/fig1.png) ![GitHub Logo](/images/fig2.png)