-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (16 loc) · 1.42 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
**********************
Software Information
**********************
Cell_list is a tool for finding all the neighbors of any atoms within some cutoff distance efficiently. This tool uses “cell list algorithm” whose time complexity order of N (Θ(N)). This tool is especially helpful for large proteins where one has to find the neighbors repeatedly. Determining the neighbors could be required at many places, for instance, for calculating the atomic clashes between atoms, for calculating the electrostatic energy for a set of dynamic atoms etc.
***********************
Copyright Information
***********************
Copyright (C) 2013 Neelesh Soni <neelesh.soni@alumni.iiserpune.ac.in>
This file is part of celllist.
celllist is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
celllist is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with celllist. If not, see <http://www.gnu.org/licenses/>.
**********************
Installation
**********************
Please refer to INSTALL file in the distribution