<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Gyration_tensor</id>
	<title>Gyration tensor - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Gyration_tensor"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Gyration_tensor&amp;action=history"/>
	<updated>2026-06-19T17:48:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Gyration_tensor&amp;diff=8013&amp;oldid=prev</id>
		<title>Pyadmin: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Gyration_tensor&amp;diff=8013&amp;oldid=prev"/>
		<updated>2014-03-28T02:16:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:16, 28 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Pyadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Gyration_tensor&amp;diff=8012&amp;oldid=prev</id>
		<title>Venky at 16:12, 2 May 2013</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Gyration_tensor&amp;diff=8012&amp;oldid=prev"/>
		<updated>2013-05-02T16:12:42Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox script-repo&lt;br /&gt;
|type      = plugin&lt;br /&gt;
|download  =  http://emptyewer.github.io/Gyration_tensor&lt;br /&gt;
|author    = [[User:Venky|Venkatramanan Krishnamani]] &lt;br /&gt;
|license   = -&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
This program calculates and visualizes the gration tensors of a protein (based on geometry) for each chain in the PDB file.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== How to get it ====&lt;br /&gt;
 git clone https://github.com/emptyewer/Gyration_tensor.git&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Required Dependencies on Linux and Mac OS X==&lt;br /&gt;
* [http://wiki.python.org/moin/TkInter Tkinter] and &lt;br /&gt;
* [http://numpy.scipy.org/ Numpy]&lt;br /&gt;
 sudo apt-get install python-tk python-numpy&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Installing on Linux===&lt;br /&gt;
&lt;br /&gt;
* Navigate to plugins &amp;gt; install&lt;br /&gt;
* Locate the downloaded gyration_tensor.py file in the dialogbox and select 'OK'&lt;br /&gt;
* Quit and Restart 'pymol'&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
&lt;br /&gt;
* Launch PyMOL&lt;br /&gt;
* Navigate to Plugins &amp;gt; Contact Map Visualizer in PyMOL&lt;br /&gt;
* When the first dialog box pops up, select PDB file and select 'OK'.&lt;br /&gt;
* The plugin calculates and outputs the Magnitude and Direction of the tensors in the debug window and draws the corresponding tensors as a cgo object in the PyMOL opengl window.&lt;br /&gt;
----&lt;br /&gt;
=== Screenshot ===&lt;br /&gt;
&lt;br /&gt;
[[File:Gyration_tensor.png|thumb|800px|center]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Requests for features are welcome ===&lt;br /&gt;
&lt;br /&gt;
Please see your user account [[User:Venky]]. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Copyright ==&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
# Copyright Notice&lt;br /&gt;
# ================&lt;br /&gt;
# &lt;br /&gt;
# The PyMOL Plugin source code in this file is copyrighted, but you are&lt;br /&gt;
# free to use and copy it as long as you don't change or remove any of&lt;br /&gt;
# the copyright notices.&lt;br /&gt;
# &lt;br /&gt;
# -----------------------------------------------------------------------------------&lt;br /&gt;
# This PyMOL Plugin Gyration Tensor is&lt;br /&gt;
# Copyright (C) 2012 by Venkatramanan Krishnamani &amp;lt;venks@andrew.cmu.edu&amp;gt;&lt;br /&gt;
# &lt;br /&gt;
#                        All Rights Reserved&lt;br /&gt;
# &lt;br /&gt;
# Permission to use, copy, modify, distribute, and distribute modified&lt;br /&gt;
# versions of this software and its documentation for any purpose and&lt;br /&gt;
# without fee is hereby granted, provided that the above copyright&lt;br /&gt;
# notice appear in all copies and that both the copyright notice and&lt;br /&gt;
# this permission notice appear in supporting documentation, and that&lt;br /&gt;
# the name(s) of the author(s) not be used in advertising or publicity&lt;br /&gt;
# pertaining to distribution of the software without specific, written&lt;br /&gt;
# prior permission.&lt;br /&gt;
# &lt;br /&gt;
# THE AUTHOR(S) DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,&lt;br /&gt;
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN&lt;br /&gt;
# NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR&lt;br /&gt;
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF&lt;br /&gt;
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR&lt;br /&gt;
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR&lt;br /&gt;
# PERFORMANCE OF THIS SOFTWARE.&lt;br /&gt;
#&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[Category:Plugins]]&lt;/div&gt;</summary>
		<author><name>Venky</name></author>
	</entry>
</feed>