Go to file
Nick Papior 1b68cad480 Cleaned m_filter.f90 routine
The filtering used an ancient diagonalization routine of rdiag which
forced the use of the overlap matrix, however the implementation
always used a diagonal basis in which case there was never a need for S.

This plus removal of redundant matrices have been implemented.
The dtrsm call has been removed since S was always diagonal.

This commit introduces no code changes other than clean-ups.
2018-07-13 20:31:43 +02:00
Docs Cleaned up grdsam.F90 for easier code understanding 2018-07-13 20:12:29 +02:00
Examples Removed Examples/TranSiesta directory, fixed ts2ts, +doc 2017-06-13 21:08:33 +02:00
Obj Fixes lp:1718162 for PDOS for NC and SO for k-points 2017-09-27 15:56:46 +02:00
Pseudo Prepare GPL release 2016-01-25 17:00:16 +01:00
Src Cleaned m_filter.f90 routine 2018-07-13 20:31:43 +02:00
Tests YAML infrastructure for output testing 2018-05-30 11:06:35 +02:00
Tutorials Revise mentions to now-standalone ATOM program. Revert Tests/test.mk. 2016-05-10 12:45:36 +02:00
Util Cleaned m_filter.f90 routine 2018-07-13 20:31:43 +02:00
.bzrignore Cosmetics fixed 2015-07-17 09:52:46 +02:00
AUTHORS Prepare GPL release 2016-01-25 17:00:16 +01:00
COPYING Prepare GPL release 2016-01-25 17:00:16 +01:00
NOTICE.txt Bug fixed for long buffer writes in wxml 2016-10-20 21:24:56 +02:00
README Release of siesta-4.0 2016-06-23 12:02:59 +02:00
README_TRANSIESTA TS manual and updates. Building rationalization. Hsparse speedup 2009-08-30 18:56:56 +02:00
RELEASE_NOTES Fixed lp:1751723, LDAU variables not initialized on ion* reads 2018-04-05 08:30:49 +02:00
version.info Cleaned m_filter.f90 routine 2018-07-13 20:31:43 +02:00

README

SIESTA 
(see version.info for the up-to-date version string)

www.uam.es/siesta

In the Docs/ directory: 

* Release Notes
* Detailed list of Changes to the code.
* LaTeX source for the manual (in siesta.tex)

The code itself can be found under Src/
Examples and other tutorial material in Tests/, Tutorials/, and Examples/

Utilities under Util/

Pseudopotential-related information can be found under Pseudo/.

Please see the manual for compilation and other instructions.

For bug reports, and other code suggestions, please follow the guidelines
in the file Docs/REPORTING_BUGS