{ "info": { "author": "Dominik Gresch", "author_email": "greschd@gmx.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: Unix", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Physics" ], "description": "NodeFinder\n==========\n\nThe goal of this code is to identify nodal features in potential\nlandscapes, using a two-step approach:\n\n- **Search:** Starting from a grid of starting points, find an initial\n set of nodal points by using a minimization scheme (Nelder-Mead). The\n initial set of nodes can be further refined by searching in their\n vicinity. This should produce a point cloud which lies densely within\n the nodal features to be discovered.\n- **Identification:** Identify the features (points, lines, surfaces)\n which are contained in the point cloud. For this step, the nodal\n points are first separated into clusters. For each cluster, the\n dimension is estimated, and depending on the points are evaluated\n further.\n\nThe initial use-case for this code is to find gapless features in\nthree-dimensional materials.\n\n|Build Status|\n\n.. |Build Status| image:: https://travis-ci.org/greschd/NodeFinder.svg?branch=master\n :target: https://travis-ci.org/greschd/NodeFinder", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "minimization,node search", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "nodefinder", "package_url": "https://pypi.org/project/nodefinder/", "platform": "", "project_url": "https://pypi.org/project/nodefinder/", "project_urls": null, "release_url": "https://pypi.org/project/nodefinder/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A tool for studying the nodal features of potential lanscapes.", "version": "0.1.0" }, "last_serial": 4759399, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "94d64f6945af0c060f3fe9fec5d32273", "sha256": "935f5353510f4c64d7aec321a20eb897e327fd5d8371fb70fa26c21b1586351b" }, "downloads": -1, "filename": "nodefinder-0.1.0.tar.gz", "has_sig": false, "md5_digest": "94d64f6945af0c060f3fe9fec5d32273", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33442, "upload_time": "2019-01-30T11:45:06", "url": "https://files.pythonhosted.org/packages/81/bf/ca1436dec097379e56ef72fcbe7ca87a92fb89289f539daf5cf242e6eb6f/nodefinder-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "94d64f6945af0c060f3fe9fec5d32273", "sha256": "935f5353510f4c64d7aec321a20eb897e327fd5d8371fb70fa26c21b1586351b" }, "downloads": -1, "filename": "nodefinder-0.1.0.tar.gz", "has_sig": false, "md5_digest": "94d64f6945af0c060f3fe9fec5d32273", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33442, "upload_time": "2019-01-30T11:45:06", "url": "https://files.pythonhosted.org/packages/81/bf/ca1436dec097379e56ef72fcbe7ca87a92fb89289f539daf5cf242e6eb6f/nodefinder-0.1.0.tar.gz" } ] }