All public logs
Combined display of all available logs of VASP Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:16, 15 April 2022 Karsai talk contribs deleted page Extract zpr (content was: "<pre> #!/bin/bash i="OUTCAR.T=0." j="OUTCAR.init" homo1=`awk '/NELECT/ {print $3/2}' $i` homo2=`awk '/NELECT/ {print $3/2-1}' $i` homo3=`awk '/NELECT/ {print $3/2-2}' $i` lumo1=`awk '/NELECT/ {print $3/2+var+1}' $i` lumo2=`awk '/NELECT/ {print $3/2+var+2}' $i` lumo3=`awk '/NELECT/ {print $3/2+var+3}' $i` lumo4=`awk '/NELECT/ {print $3/2+var+4}' $i` lumo5=`awk '/NELECT/ {print...", and the only contributor was "Karsai" (talk))
- 15:14, 15 April 2022 Karsai talk contribs deleted page Pair correlation script (content was: "<pre> #!/usr/bin/perl use strict; use warnings; #configuration for which ensemble average is to be calculated my $confmin=1; #starting index of configurations in XDATCAR file for pair correlation function my $confmax=20000; #last index of configurations in XDATCAR file for pair correlation function my $confskip=1; #stepsize for configuration lo...", and the only contributor was "Schlipf" (talk))
- 15:10, 15 April 2022 Karsai talk contribs deleted page FgradBM CH3Cl BM (content was: "<pre> #!/bin/bash #c equilibration period equil=2000 if [ -f "grad.dat" ]; then rm grad.dat fi touch grad.dat for i in 1 2 3 4 5 6 7 do rm rep.* j=1 while [ $j -le 100 ] do if test -f $i/report.$j then grep b_m $i/report.$j >> rep.$i.1 fi let j=j+1 done #c obtain ingredients for FE-gradfient calculation #c (cf. eq. 12 in JPCM 20, 06421...", and the only contributor was "Karsai" (talk))
- 15:09, 15 April 2022 Karsai talk contribs deleted page POSCAR CH3Cl BM (content was: "<pre> BM - POSCAR1 1.0 12.0 0.0 0.0 0.0 12.0 0.0 0.0 0.0 12.0 C H Cl 1 3 2 direct 0.5871322375157908 0.55301018027835513 0.67971406677139101 0.62447012741721697 0.62816585397463176 0.66438574150817353 0.61071464532701736 0.47956072579783432 0.64324619181721654 0.51527571900478364 0.5538828554036046 0.73866022152099475 0.44165342598948132 0.58799096227020642 0.55554878133...", and the only contributor was "Karsai" (talk))
- 15:07, 15 April 2022 Karsai talk contribs deleted page IntegrateForwar CH3Cl SG (content was: "<pre> #!/usr/bin/python import string import sys f=sys.argv[1] f=open(f,'r') r=[] g=[] for line in f.readlines(): line=string.split(line) num=len(line) if len(line)==2: r.append(float(line[0])) g.append(float(line[1])) f.close() tg=0.0 print r[0],tg for i in range(1,len(r)): gg=0.5*(r[i]-r[i-1])*(g[i]+g[i-1]) tg+=gg print r[i],tg </pre>", and the only contributor was "Karsai" (talk))
- 15:01, 15 April 2022 Karsai talk contribs deleted page Diffusion coefficient liquid Si freezing (content was: "<pre> #!/usr/bin/python import sys import re import math #setting grid for histogram potim = 3 #timestep from INCAR file readfile = open(sys.argv[1],"r") #input XDATCAR file in format XDATCAR.TEMP temp=re.sub("XDATCAR.",,sys.argv[1]) #extracts temperature from input file name z=0 #counter natoms=0...", and the only contributor was "Karsai" (talk))
- 15:50, 12 April 2022 Kaltakm talk contribs deleted page NOMEGA DUMP (content was: "{{TAGDEF|NOMEGA_DUMP|[integer]}} {{DEF|NOMEGA_DUMP|-1|}} {{NB| warning | Available as of version 6.3.1.}} Description: {{TAG|NOMEGA_DUMP}} selects the imaginary frequency point of screened potential in low-scaling GW calculations that is written to file. {{NB| mind | This tag can be used to compute W for Bethe...", and the only contributor was "Kaltakm" (talk))
- 15:50, 12 April 2022 Kaltakm talk contribs created page Construction:NOMEGA DUMP (Created page with "{{TAGDEF|NOMEGA_DUMP|[integer]}} {{DEF|NOMEGA_DUMP|-1|}} {{NB| warning | Available as of version 6.3.1.}} Description: {{TAG|NOMEGA_DUMP}} selects the imaginary frequency poin...")
- 15:42, 12 April 2022 Kaltakm talk contribs created page NOMEGA DUMP (Created page with "{{TAGDEF|NOMEGA_DUMP|[integer]}} {{DEF|NOMEGA_DUMP|-1|}} {{NB| warning | Available as of version 6.3.1.}} Description: {{TAG|NOMEGA_DUMP}} selects the imaginary frequency poin...") Tag: Visual edit: Switched
- 14:32, 11 April 2022 Huebsch talk contribs deleted page Makefile.include nv acc+omp+mkl (content was: "<pre> # Precompiler options CPP_OPTIONS= -DHOST=\"LinuxPGI\" \ -DMPI -DMPI_BLOCK=8000 -DMPI_INPLACE -Duse_collective \ -DscaLAPACK \ -DCACHE_SIZE=4000 \ -Davoidalloc \ -Dvasp6 \ -Duse_bse_te \ -Dtbdyn \ -Dfock_dblbuf \ -D_OPENMP \ -D_OPENAC...", and the only contributor was "Vaspmaster" (talk))
- 14:31, 11 April 2022 Huebsch talk contribs deleted page Construction:Installing VASP.6.X.X deprecated (content was: "As a [https://vasp.at| license holder], you can download the source code of VASP from the [https://vasp.at| VASP Portal]. If your system fulfills the requirements, you can install VASP.6.X.X by following Step 0 – 4 in How to make VASP. == Requirements == For the compilation of VASP the following software is mandatory: * Fortran (at least F2008 compliant), C, and C++ compilers. * An implementation of the Message Passing Inter...")
- 14:06, 11 April 2022 Huebsch talk contribs created page Construction:Combining MPI and OpenMP (Created page with "VASP can be built with a combination of OpenMP threading and parallelization of MPI ranks. This is beneficial for some calculations and requires passing the desired number of...")
- 13:52, 11 April 2022 Huebsch talk contribs created page Construction:Optimizing the parallelization (Created page with "The best parallelization setup of a VASP calculation needs to be tested for each system, algorithm and computer architecture. Below, we offer gen...")
- 13:46, 11 April 2022 Huebsch talk contribs created page Transition states (Redirected page to Category:Transition States) Tag: New redirect
- 08:10, 11 April 2022 Karsai talk contribs deleted page Pair correlation function xny script (content was: "<pre> file=PCDAT awk <$file >PCDAT.xy ' NR==8 { pcskal=$1} NR==9 { pcfein=$1} NR==7 { npaco=$1} NR>=13 { line=line+1 if (line==1) s=s+1 if (line==(npaco+1)) { print " " line=0 } else { a1[line]= a1[line] + $1 a2[line]= a2[line] + $2 a3[line]= a3[line] + $3 a4[line]= a4[line] + $4 print (line-0.5)*pcfein/pcskal,$1,$2, $3, $4, $5...", and the only contributor was "Karsai" (talk))
- 07:15, 11 April 2022 Huebsch talk contribs deleted page Category:Machine Learning (content was: "This section describes the methodology used for force-field generation using machine learning. One first should checkout the theoretical background {{TAG|Machine learning force field: Theory}} together with the basic description how to run the machine learning calculations {{TAG|Machine learning force field calculations: Basics}}. Then gain some hands-on experience with the follo...", and the only contributor was "Karsai" (talk))
- 06:51, 11 April 2022 Ftran talk contribs created page DFT+U: formalism (Created page with " Three types of DFT+U approaches are available in VASP. These are the following: *{{TAG|LDAUTYPE}}=1: The rotationally invariant DFT+U introduced by Liechtenstein ''et al.''...")
- 19:16, 8 April 2022 Ftran talk contribs moved page Talk:Nonlocal van der Waals density functionals to Talk:Nonlocal vdW-DF functionals
- 19:16, 8 April 2022 Ftran talk contribs moved page Nonlocal van der Waals density functionals to Nonlocal vdW-DF functionals
- 19:09, 8 April 2022 Ftran talk contribs moved page Talk:Nonlocal van der Waals functionals to Talk:Nonlocal van der Waals density functionals
- 19:09, 8 April 2022 Ftran talk contribs moved page Nonlocal van der Waals functionals to Nonlocal van der Waals density functionals
- 19:09, 8 April 2022 Ftran talk contribs moved page Talk:VdW-DF functional of Langreth and Lundqvist et al. to Talk:Nonlocal van der Waals functionals
- 19:09, 8 April 2022 Ftran talk contribs moved page VdW-DF functional of Langreth and Lundqvist et al. to Nonlocal van der Waals functionals
- 16:32, 8 April 2022 Kaltakm talk contribs created page LDISENTANGLE (Created page with "{{TAGDEF|LDISTENTANGLE|[logical]|.FALSE.}} Description: {{TAG|LDISTENTANGLE}} selects the Constrained–random-phase–approximation_formalism#Disentangled_method|disentang...")
- 16:32, 8 April 2022 Kaltakm talk contribs deleted page LDISTENTANGLED (content was: "{{TAGDEF|LDISTENTANGLED|[logical]|.FALSE.}} Description: {{TAG|LDISTENTANGLED}} selects the disentangled cRPA method. ---- Selects the cRPA method of Miyake, Aryasetiawan and Imada{{cite|miyake:prb:80}}. Following screening are subtracted from the full RPA polarizability: ::<math>\tilde \chi^\sigma...", and the only contributor was "Kaltakm" (talk))
- 16:20, 8 April 2022 Kaltakm talk contribs created page LDISTENTANGLED (Created page with "{{TAGDEF|LDISENTANGLED|[logical]|.FALSE.}} Description: {{TAG|LWEIGHTED}} selects the Constrained–random-phase–approximation_formalism#Disentangled_method|disentangled...")
- 16:18, 8 April 2022 Kaltakm talk contribs created page LWEIGHTED (Created page with "{{TAGDEF|LWEIGHTED|[logical]|.FALSE.}} Description: {{TAG|LWEIGHTED}} selects the [[Constrained–random-phase–approximation_formalism#Weighted_method|weighted cRPA method]...")
- 14:48, 8 April 2022 Ftran talk contribs moved page Category:Van der Waals to Category:Van der Waals functionals
- 14:38, 8 April 2022 Ftran talk contribs moved page Category:MetaGGA to Category:Meta-GGA over redirect
- 14:38, 8 April 2022 Ftran talk contribs deleted redirect Category:Meta-GGA by overwriting (Deleted to make way for move from "Category:MetaGGA")
- 14:38, 8 April 2022 Ftran talk contribs moved page Category:Meta-GGA to Category:MetaGGA over redirect
- 14:38, 8 April 2022 Ftran talk contribs deleted redirect Category:MetaGGA by overwriting (Deleted to make way for move from "Category:Meta-GGA")
- 14:20, 8 April 2022 Ftran talk contribs moved page Category:MetaGGA to Category:Meta-GGA
- 13:49, 8 April 2022 Huebsch talk contribs created page Forces (Redirected page to Category:Forces) Tags: New redirect Visual edit: Switched
- 13:46, 8 April 2022 Huebsch talk contribs moved page Forces to Hellmann-Feynman forces without leaving a redirect
- 13:41, 8 April 2022 Huebsch talk contribs created page CRPA formalism (Redirected page to Constrained–random-phase–approximation formalism) Tag: New redirect
- 13:41, 8 April 2022 Huebsch talk contribs moved page Construction:Constrained random-phase approximation to Constrained–random-phase–approximation formalism without leaving a redirect
- 13:33, 8 April 2022 Karsai talk contribs deleted page Category:Machine Learned Force Fields (content was: "== Theoretical Background == *Machine learning force field: Theory. ---- Machine-learned force fields")
- 13:33, 8 April 2022 Huebsch talk contribs created page Files (Redirected page to Category:Files) Tag: New redirect
- 13:29, 8 April 2022 Huebsch talk contribs moved page Many-body perturbation theory to Category:Many-body perturbation theory
- 13:29, 8 April 2022 Huebsch talk contribs created page Many-body perturbation theory (Created page with "'''Many-body perturbation theory''' includes screening and renormalization effects beyond the density-functional theory (DFT). It is based on the Green's-function formalism an...")
- 12:52, 8 April 2022 Tal talk contribs created page LORBITALREAL (Created page with "{{TAGDEF|LORBITALREAL|.TRUE. {{!}} .FALSE.}} {{DEF|LORBITALREAL|.FALSE.|}} Description: {{TAG|LORBITALREAL}} forces VASP to make the orbitals <math> \phi({\bf r}) </math> rea...")
- 12:37, 8 April 2022 Singraber talk contribs created page Construction:Installation with OS packages (Created page with "Here you will find instructions on how to install {{VASP}} on some widely-used Linux distributions. For the sake of simplicity the suggested build processes rely as much as po...")
- 12:35, 8 April 2022 Kaltakm talk contribs created page Construction:Practical guide to constrained random-phase approximation (Created page with "The Constrained_random-phase_approximation is a method to calculate effective interactions of low-dimensional model Hamiltonians.")
- 12:30, 8 April 2022 Karsai talk contribs moved page Construction:ICORELEVEL to ICORELEVEL
- 12:30, 8 April 2022 Karsai talk contribs deleted page ICORELEVEL (Deleted to make way for move from "Construction:ICORELEVEL")
- 12:02, 8 April 2022 Huebsch talk contribs moved page Advanced molecular-dynamics sampling to Category:Advanced molecular-dynamics sampling
- 12:02, 8 April 2022 Huebsch talk contribs moved page Advances molecular-dynamics sampling to Advanced molecular-dynamics sampling without leaving a redirect
- 12:02, 8 April 2022 Huebsch talk contribs created page Advances molecular-dynamics sampling (Created page with "In a molecular-dynamics(MD) calculation, we are often interested in rare events or specific transitions. '''Advanced molecular-dynamics sampli...") Tag: Visual edit: Switched
- 12:00, 8 April 2022 Ftran talk contribs moved page Hybrid functionals theory to Hybrid functionals: formalism