Giter Site home page Giter Site logo

tsca's Introduction

image

TSCA

Two-stage Clustering Algorithm

Copyright(c) 2016-, Po-Jen Hsu ([email protected])

Published under GNU General Public License Version 3, 29 June 2007

Author: Po-Jen Hsu

Requirements:

  • Linux, Python(>=3.5), and numpy.

How to run:

  1. Put tsca.py and tsca_pref.json in your working directory that contains xyz files.

  2. Change the permission of tsca.py by typing chmod u+rx tsca.py.

  3. Run python3 tsca.py tsca_pref.json to perform TSCA.

  4. The resulting xyz files will be stored in the xyz folder by default.

Options in tsca_pref.json file:

  1. "mode": "skip" will skip the job.

  2. "processes": 1 will disable multiprocessing.

  3. "output": "./some_path/" will specify the output directory.

  4. "usr_threshold": float_value will assign the USR similarity threshold.

  5. "pot_key": "eng=" will use "eng=" to parse the energy keyword in the info line of xyz files. Please refer to example1.xyz.

  6. "use_cluster_id": false will disable the first stage clustering method that groups the ring/chain H-bond topologies.

Note:

  1. Please delete the example*.xyz files before performing TSCA with your own xyz files. TSCA was designed to search for all the .xyz files in the current folder and the sub-folders.

  2. You can also change the options from "filter_name:" ".xyz" to "filter_name": ".xyz -example" in the json file to exclude the example files.

tsca's People

Contributors

sophai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.