1 | |
---|
2 | |
---|
3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
4 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
5 | |
---|
6 | |
---|
7 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
8 | <head> |
---|
9 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
10 | |
---|
11 | <title>GSASIIsolve - structure solving routines — GSAS-II 0.2.0 documentation</title> |
---|
12 | |
---|
13 | <link rel="stylesheet" href="_static/default.css" type="text/css" /> |
---|
14 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
---|
15 | |
---|
16 | <script type="text/javascript"> |
---|
17 | var DOCUMENTATION_OPTIONS = { |
---|
18 | URL_ROOT: '', |
---|
19 | VERSION: '0.2.0', |
---|
20 | COLLAPSE_INDEX: false, |
---|
21 | FILE_SUFFIX: '.html', |
---|
22 | HAS_SOURCE: true |
---|
23 | }; |
---|
24 | </script> |
---|
25 | <script type="text/javascript" src="_static/jquery.js"></script> |
---|
26 | <script type="text/javascript" src="_static/underscore.js"></script> |
---|
27 | <script type="text/javascript" src="_static/doctools.js"></script> |
---|
28 | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> |
---|
29 | <link rel="top" title="GSAS-II 0.2.0 documentation" href="index.html" /> |
---|
30 | <link rel="prev" title="GSASII powder calculation module" href="GSASIIpwd.html" /> |
---|
31 | </head> |
---|
32 | <body> |
---|
33 | <div class="related"> |
---|
34 | <h3>Navigation</h3> |
---|
35 | <ul> |
---|
36 | <li class="right" style="margin-right: 10px"> |
---|
37 | <a href="genindex.html" title="General Index" |
---|
38 | accesskey="I">index</a></li> |
---|
39 | <li class="right" > |
---|
40 | <a href="py-modindex.html" title="Python Module Index" |
---|
41 | >modules</a> |</li> |
---|
42 | <li class="right" > |
---|
43 | <a href="GSASIIpwd.html" title="GSASII powder calculation module" |
---|
44 | accesskey="P">previous</a> |</li> |
---|
45 | <li><a href="index.html">GSAS-II 0.2.0 documentation</a> »</li> |
---|
46 | </ul> |
---|
47 | </div> |
---|
48 | |
---|
49 | <div class="document"> |
---|
50 | <div class="documentwrapper"> |
---|
51 | <div class="bodywrapper"> |
---|
52 | <div class="body"> |
---|
53 | |
---|
54 | <span class="target" id="module-GSASIIsolve"></span><div class="section" id="gsasiisolve-structure-solving-routines"> |
---|
55 | <h1><em>GSASIIsolve - structure solving routines</em><a class="headerlink" href="#gsasiisolve-structure-solving-routines" title="Permalink to this headline">¶</a></h1> |
---|
56 | <dl class="function"> |
---|
57 | <dt id="GSASIIsolve.ShowBanner"> |
---|
58 | <tt class="descclassname">GSASIIsolve.</tt><tt class="descname">ShowBanner</tt><big>(</big><big>)</big><a class="reference internal" href="_modules/GSASIIsolve.html#ShowBanner"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIsolve.ShowBanner" title="Permalink to this definition">¶</a></dt> |
---|
59 | <dd><p>Print authorship, copyright and citation notice</p> |
---|
60 | </dd></dl> |
---|
61 | |
---|
62 | <dl class="function"> |
---|
63 | <dt id="GSASIIsolve.ShowControls"> |
---|
64 | <tt class="descclassname">GSASIIsolve.</tt><tt class="descname">ShowControls</tt><big>(</big><em>Controls</em><big>)</big><a class="reference internal" href="_modules/GSASIIsolve.html#ShowControls"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIsolve.ShowControls" title="Permalink to this definition">¶</a></dt> |
---|
65 | <dd><p>Print controls information</p> |
---|
66 | </dd></dl> |
---|
67 | |
---|
68 | <dl class="function"> |
---|
69 | <dt id="GSASIIsolve.Solve"> |
---|
70 | <tt class="descclassname">GSASIIsolve.</tt><tt class="descname">Solve</tt><big>(</big><em>GPXfile</em><big>)</big><a class="reference internal" href="_modules/GSASIIsolve.html#Solve"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIsolve.Solve" title="Permalink to this definition">¶</a></dt> |
---|
71 | <dd><p>perform the computation</p> |
---|
72 | </dd></dl> |
---|
73 | |
---|
74 | <dl class="function"> |
---|
75 | <dt id="GSASIIsolve.main"> |
---|
76 | <tt class="descclassname">GSASIIsolve.</tt><tt class="descname">main</tt><big>(</big><big>)</big><a class="reference internal" href="_modules/GSASIIsolve.html#main"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#GSASIIsolve.main" title="Permalink to this definition">¶</a></dt> |
---|
77 | <dd><p>needs doc string</p> |
---|
78 | </dd></dl> |
---|
79 | |
---|
80 | </div> |
---|
81 | |
---|
82 | |
---|
83 | </div> |
---|
84 | </div> |
---|
85 | </div> |
---|
86 | <div class="sphinxsidebar"> |
---|
87 | <div class="sphinxsidebarwrapper"> |
---|
88 | <p class="logo"><a href="index.html"> |
---|
89 | <img class="logo" src="_static/G2_html_logo.png" alt="Logo"/> |
---|
90 | </a></p> |
---|
91 | <h4>Previous topic</h4> |
---|
92 | <p class="topless"><a href="GSASIIpwd.html" |
---|
93 | title="previous chapter"><em>GSASII powder calculation module</em></a></p> |
---|
94 | <h3>This Page</h3> |
---|
95 | <ul class="this-page-menu"> |
---|
96 | <li><a href="_sources/GSASIIsolve.txt" |
---|
97 | rel="nofollow">Show Source</a></li> |
---|
98 | </ul> |
---|
99 | <div id="searchbox" style="display: none"> |
---|
100 | <h3>Quick search</h3> |
---|
101 | <form class="search" action="search.html" method="get"> |
---|
102 | <input type="text" name="q" /> |
---|
103 | <input type="submit" value="Go" /> |
---|
104 | <input type="hidden" name="check_keywords" value="yes" /> |
---|
105 | <input type="hidden" name="area" value="default" /> |
---|
106 | </form> |
---|
107 | <p class="searchtip" style="font-size: 90%"> |
---|
108 | Enter search terms or a module, class or function name. |
---|
109 | </p> |
---|
110 | </div> |
---|
111 | <script type="text/javascript">$('#searchbox').show(0);</script> |
---|
112 | </div> |
---|
113 | </div> |
---|
114 | <div class="clearer"></div> |
---|
115 | </div> |
---|
116 | <div class="related"> |
---|
117 | <h3>Navigation</h3> |
---|
118 | <ul> |
---|
119 | <li class="right" style="margin-right: 10px"> |
---|
120 | <a href="genindex.html" title="General Index" |
---|
121 | >index</a></li> |
---|
122 | <li class="right" > |
---|
123 | <a href="py-modindex.html" title="Python Module Index" |
---|
124 | >modules</a> |</li> |
---|
125 | <li class="right" > |
---|
126 | <a href="GSASIIpwd.html" title="GSASII powder calculation module" |
---|
127 | >previous</a> |</li> |
---|
128 | <li><a href="index.html">GSAS-II 0.2.0 documentation</a> »</li> |
---|
129 | </ul> |
---|
130 | </div> |
---|
131 | <div class="footer"> |
---|
132 | © Copyright 2013, Von Dreele and Toby for Argonne National Laboratory. |
---|
133 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.2. |
---|
134 | </div> |
---|
135 | </body> |
---|
136 | </html> |
---|