Difference between revisions of "Main Page"

From relax wiki
Jump to navigation Jump to search
(Modified the relax program description to match what relax does.)
(Small clean up of the program description.)
Line 4: Line 4:
 
Welcome to the relax Wiki.
 
Welcome to the relax Wiki.
 
|- style="text-align:center; font-weight:bold; color: #032d45; font-size: 140%; font-style: italic; font-family: serif;"
 
|- style="text-align:center; font-weight:bold; color: #032d45; font-size: 140%; font-style: italic; font-family: serif;"
| The community-run support site for the program [http://www.nmr-relax.com/ relax], a program for the study of molecular dynamics using experimental NMR data.
+
| The community-run support site for [http://www.nmr-relax.com/ relax], a program for the study of molecular dynamics using experimental NMR data.
 
|- style="text-align:center; font-weight:bold; color: #032d45; font-size: 140%; font-style: italic; font-family: serif;"
 
|- style="text-align:center; font-weight:bold; color: #032d45; font-size: 140%; font-style: italic; font-family: serif;"
 
<!-- | New accounts: email NOREPLY (@) gmail dot com -->
 
<!-- | New accounts: email NOREPLY (@) gmail dot com -->

Revision as of 06:43, 19 July 2013

Welcome to the relax Wiki.
The community-run support site for relax, a program for the study of molecular dynamics using experimental NMR data.
Quick Links
Tutorials Table of contents Commands
Script repository Cheat Sheet (PDF) FAQ
All Categories

What's new?

News & Updates
GPL License The License has been changed to GPL v3.
New Wiki This is the new wiki


Did you know...

The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, `page`.page_title AS sortkey, `page`.page_counter AS page_counter FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to='Analysis' OR cl0.cl_to='Script' OR cl0.cl_to='Time_of_running' OR cl0.cl_to='User_functions') WHERE 1=1 AND `page`.page_namespace IN ('0') AND `page`.page_is_redirect=0 ORDER BY page_title ASC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'page.page_counter' in 'field list' (mysql-n)