-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (40 loc) · 2.98 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Intception : Automatic generation of code for the evaluation of molecular integrals in quantum chemistry">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Intception</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/intception-code-generator">View on GitHub</a>
<h1 id="project_title">Intception</h1>
<h2 id="project_tagline">Automatic generation of code for the evaluation of molecular integrals in quantum chemistry</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>Intception is a software package, written in Python (version 3), which automatically generates source code for the calculation of molecular integrals over Gaussian functions using recurrence relations. The primary aim of Intception is to accelerate the software implementation of new integral types required in quantum chemical calculations.</p>
<p>The software has very few prerequisites. You simply need <a href="https://www.python.org/">Python 3</a> (3.3 or later preferred) and a C compiler which supports the C99 standard, such as <a href="https://gcc.gnu.org/">GCC</a>.</p>
<p>If you use Intception in your research, please cite J. C. Womack's PhD thesis:</p>
<p>J. C. Womack, "Evaluating Many-Electron Molecular Integrals for Quantum
Chemistry", PhD, University of Bristol, Bristol, 2015
(DOI: <a href="http://doi.org/10.13140/RG.2.1.2485.3843">10.13140/RG.2.1.2485.3843</a>).</p>
<p>Chapter 4 of this thesis describes the original design and implementation of Intception. The text contains detailed information regarding the structure of both the input and output of Intception, and it is recommended that users of the software read this. In addition, examples demonstrating how to generate integral evaluation source code and compile this are provided with the software. </p>
<p>Intception was originally conceived and developed by <a href="https://jcwomack.com">James C. Womack</a>, under the supervision of <a href="http://fredmanby.com">Prof. F. R. Manby</a>.</p>
<p>Intception is licensed under the GNU General Public License version 3 and comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it under certain conditions. See the LICENSE file associated with the software, or visit <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a> for more information.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>