-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (126 loc) · 3.66 KB
/
Copy pathindex.html
File metadata and controls
143 lines (126 loc) · 3.66 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Qsnake</title>
<link rel="stylesheet" href="media/base.css" type="text/css" media="screen" />
<link rel="stylesheet" id="current-theme" href="media/style.css" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="header">
<h1><a href="index.html">Qsnake</a></h1>
<div id="main-navigation">
<ul>
<li class="active first"><a href="index.html">Main Page</a></li>
<li class=" first"><a href="development.html">Development</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<div id="wrapper">
<div id="main">
<div class="block" id="block-text">
<div class="content">
<h2 class="title">About</h2>
<div class="inner">
<p class="first">
Qsnake is a source distribution for scientific computing, with a
unified Python interface.
</p>
</div>
<h2 class="title">Download and Install</h2>
<div class="inner">
<p class="first">
Follow the instructions in the
<a href="https://github.com/qsnake/qsnake/blob/master/README.rst">README</a>.
</p>
<p>
Supported platforms: Linux, Mac (OS X). If something doesn't work, please
report it to the main project
<a href="http://groups.google.com/group/qsnake">mailinglist</a> or
<a href="https://github.com/qsnake/qsnake/issues">issues</a>.
</p>
</div>
<h2 class="title">Features</h2>
<div class="inner">
<p class="first">
The standard packages include:
<ul>
<li>IPython</li>
<li>NumPy</li>
<li>SciPy</li>
<li>SymPy</li>
<li>Matplotlib</li>
<li>Qsnake Standard Library</li>
</ul>
</p>
<p>
Development tools include:
<ul>
<li>CMake</li>
<li>Cython</li>
<li>HDF5 (h5py)</li>
<li>Blas, Lapack</li>
<li>pysparse</li>
</ul>
</p>
<p>
Optional modules include:
<ul>
<li>Electronic structure calculation codes</li>
<li>Finite element libraries</li>
</ul>
</p>
<p>
Qsnake uses the SPKG package format and it should be compatible with
<a href="http://sagemath.org/">Sage<a/>.
</p>
</div>
</div>
</div>
<div id="footer">
<div class="block">
<p>Copyright © 2011 Qsnake Development Team.</p>
</div>
</div>
</div>
<div id="sidebar">
<div class="block">
<h3>Download Now</h3>
<div class="content">
<p>
Latest git version: <a href="http://github.com/qsnake/qsnake">github.com/qsnake/qsnake</a>
</p>
</div>
</div>
<div class="block">
<h3>News</h3>
<div class="content">
<p>
<span class="date">7 May 2011</span> Qsnake 0.9.12 <a href="https://groups.google.com/d/topic/qsnake/LT4t1TTSjdI/discussion">released</a><br/>
<span class="date">6 May 2011</span> Qsnake 0.9.11 <a href="https://groups.google.com/d/topic/qsnake/FU7nUjMD56I/discussion">released</a><br/>
<span class="date">15 Feb 2011</span> New website launched at qsnake.com<br/>
<span class="date">20 Feb 2009</span> Qsnake was started<br/>
</p>
</div>
</div>
<div id="quicklinks" class="block">
<h3>Quick Links</h3>
<div class="content">
<p>
<ul>
<li><a href="http://groups.google.com/group/qsnake">Mailinglist</a></li>
<li><a href="https://github.com/qsnake/qsnake/issues">Issues</a></li>
<li><a href="https://github.com/qsnake/qsnake/wiki">Wiki</a></li>
<li>Qsnake Widgets (coming soon)</li>
</ul>
</p>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</body>
</html>