<?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=Load_coords</id>
	<title>Load coords - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Load_coords"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Load_coords&amp;action=history"/>
	<updated>2026-05-05T02:30:50Z</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=Load_coords&amp;diff=12612&amp;oldid=prev</id>
		<title>Bell: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Load_coords&amp;diff=12612&amp;oldid=prev"/>
		<updated>2015-04-21T22:50:01Z</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 22:50, 21 April 2015&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>Bell</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Load_coords&amp;diff=12611&amp;oldid=prev</id>
		<title>Speleo3: created</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Load_coords&amp;diff=12611&amp;oldid=prev"/>
		<updated>2015-02-21T04:20:12Z</updated>

		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[load_coords]] is an API only function to load selection coordinates.&lt;br /&gt;
&lt;br /&gt;
''CHANGED IN VERSION 1.7.3: This used to be the [[load_coordset]] function. [[load_coordset]] may load coordinates in different order (original order from PDB file) than [[load_coords]] (atom sorted order).''&lt;br /&gt;
&lt;br /&gt;
== PyMOL API ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.load_coords(sequence coords, str selection, int state=1)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
* '''coords''' = list: Nx3 float array&lt;br /&gt;
* '''selection''' = str: atom selection&lt;br /&gt;
* '''state''' = int: object state {default: 1}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cmd.fragment('ala')&lt;br /&gt;
coords = cmd.get_coords('ala')&lt;br /&gt;
coords += 5.0&lt;br /&gt;
cmd.load_coords(coords, 'ala')&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[get_coords]]&lt;br /&gt;
* [[load_coordset]]&lt;br /&gt;
* [[get_coordset]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Speleo3</name></author>
	</entry>
</feed>