Metadata-Version: 1.0
Name: model-container
Version: 0.0.0-alpha
Summary: The Model Container is used as an abstraction layer on top of a simulator and deals with biological entities and end-user concepts instead of mathematical equations.
Home-page: http://genesis-sim.org
Author: Mando Rodriguez
Author-email: rodrigueza14@uthscsa.edu
License: GPL
Description: 
        The Model Container is used as an abstraction layer on top of a simulator and deals with biological entities and end-user concepts instead of mathematical equations. It provides a solver independent internal storage format for models that allows user independent optimizations of the numerical core. By containing the biological model, the Model Container makes the implementation of the numerical core independent of software implementation.
        The Model Container API abstracts away all the mathematical and computational details of the simulator. Optimized to store large models in little memory it stores neuronal models in a fraction of the memory that would be used by conventional simulators and provides automatic partitioning of the model such that simulations can be run in parallel. From the modeler's perspective, the Model Container will be able to import and export NeuroML files to facilitate model exchange and ideas.
        
Keywords: neuroscience neurosimulator simulator modeling GENESIS
Platform: Unix
Platform: Lunix
Platform: MacOS X
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
