Skip to content

pdz10001/Micelle_Shape_Identifier

development
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
#################################################################
Things needed to install:
matplotlib: install using python3 -m pip install -U matplotlib
scipy: pip3 install --user scipy
cython
python-tk: on Linux- sudo apt-get install python3-tk
pyffi: pip3 install --user pyffi

#################################################################
To run- you must use Python3 (ideally Python 3.7):
1. Running the identifier: python micelle_identifier.py -m micelle_file.txt -a connection_file.txt
    a. The output will be the text specifying the micelle shape identified and a visual plot of the points

The above files do not need to be in a ".txt" format. Any file will suffice.


#################################################################
To build the documentation:
0. Install Doyxgen and graphviz: sudo apt-get install doxygen graphviz
1. Run the following: doxygen doxyfile
2. Open the docs/html folder and click on the index.html file to view in a browser

About

A tool used to identify the shape of a Micelle.

Resources

Stars

Watchers

Forks

Releases

No releases published