Metadata-Version: 2.1
Name: pycac
Version: 0.2.0
Summary: Graphical user interface for CAC simulator
Home-page: http://www.pycac.org
Author: Kevin Chu, Alex Selimov, Shuozhi Xu
Author-email: kchu41@gatech.edu
License: UNKNOWN
Description: ## PyCAC
        
        PyCAC, the concurrent atomistic-continuum (CAC) simulation environment, is a software suite that allows users to run CAC simulations and analyze data. It comprises a Python GUI for interaction with and creation of CAC simulation projects, and the CAC simulator itself.
        
        It is developed by the group of [Prof. David L. McDowell ](http://www.me.gatech.edu/faculty/mcdowell) at the Georgia Institute of Technology, in collaboration with the group of [Prof. Youping Chen](http://web.mae.ufl.edu/chenlab/) at the University of Florida and the group of [Prof. Liming Xiong](http://www.aere.iastate.edu/lmxiong/) at the Iowa State University. The code development was sponsored by
        
        * National Science Foundation
        	- Georgia Institute of Technology, CMMI-1232878
        	- University of Florida, CMMI-1233113
        	- Iowa State University, CMMI-1536925
        * Department of Energy, Office of Basic Energy Sciences
        	- University of Florida, DE-SC0006539
        
        ### Documentation
        
        For configuration and usage instructions, please see the [PyCAC website](http://www.pycac.org/chapter4/)
        
        ### License
        
        The GUI wrapper for CAC is released under the Apache Software License v2.0
        
        The CAC simulator package must be requested separately, and is released under the following terms: 
        Copyright (c) 2017-2018 Georgia Institute of Technology. All Rights Reserved.
        NO public distribution.
        
        ### Note
        
        This source code is provided as is, with no warranties or representations of accuracy or suitability for any application, and with no expectation of user support. Some information is provided in the [PyCAC user's manual](http://www.pycac.org). Please note the [citation requests](http://www.pycac.org/chapter1/ack-and-cite.html) for any derivative works based on application of this package.
        
Keywords: concurrent atomistic continuum simulation interface
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
