~nickpapior/siesta/trunk-kovalp

« back to all changes in this revision

Viewing changes to Src/Tests/test.mk

  • Committer: Alberto Garcia
  • Date: 2005-10-04 13:49:31 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:siesta@uam.es--2005%siesta-devel--reference--1.4--patch-13
New kind of structure input -- constant-volume variable-cell - no sig
* Using the option UseStructFile, the structural information will be
read from SiestaLabel.STRUCT_IN. This option is incompatible with
UseSaveXV, and will prevail.

* Siesta now always produces a SiestaLabel.STRUCT_OUT file.

The .STRUCT_XX files have the cell vectors in Ang and the atomic
positions in atomic coordinates.

* The option MD.ConstantVolume will result in a constant-volume
variable-cell simulation (i.e., only the cell shape and the atomic
positions change).

* After every MD or relaxation step, Siesta now writes the "enthalpy"
E+pV, where p is actually the target pressure.

* New tests: var_cell and constant_volume.

* Changed si test to use the new UseStructFile feature.

* Removed "sig" fossils from source.


Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
completed:
7
7
        @echo ">>>> Running $(name) test..."
8
8
        @if [ -d work ] ; then rm -rf work ; fi; mkdir work
 
9
        @if [ -n "$(EXTRAFILES)" ] ; then cp -f $(EXTRAFILES) work ; fi
9
10
        @for i in `cat $(name).pseudos` ; do \
10
11
          echo "    ==> Copying pseudopotential file for $$i..." ;\
11
12
          ln ../Pseudos/$$i.psf work/$$i.psf ;\