Núria López and Group

From Wiki
Jump to navigation Jump to search

Constants

Constants of Nature (Planck, Boltzmann's, Elementary charge, ...)

Convertions

A Dictionary of Units

Thermochemistry and Spectra database

NÚRIA LÓPEZ AND GROUP

  • MatWeb Conversions
A useful unit conversor:  http://www.matweb.com/tools/conversion.asp 
  • Cohesive Energies:

Cohesive Energies data in a pdf document: File:Cohesive Energies.pdf

  • Platinum Group Metals properties

Lots of data on metals and alloys: [1] [2]

  • Crystal structures:

Calculated Cell parameters for some transition and noble metals.

Crystal lattice prototypes [3]

Rutile related structures

  • List of very useful papers

Fundamentals of Plane Wave calculations: [4] Test on functionals: [5] CI-NEB: d-band model: [6] Universality and related concepts: [7] [8] [9] Bayesian: [10]

  • Computational scaling

File:Computational scaling.pdf

CARLES BO AND GROUP

FELIU MASERAS AND GROUP

How to make backup from a remote machine

Here a short outline on how to make automatic backup from a remote machine is given. Most of this can be found elsewhere on the Internet, but main ideas are given here for convenience.

  1. set up ssh to connect via public key authentication
  2. copy the public key over to the remote machine (e.g kimik) you want to connect to
  3. download and install keychain
  4. download and install rsync (if it's not already there)
  5. write a script like this:
#! /bin/bash
source ~/.keychain/$HOSTNAME-sh
rsync -avz --exclude-from=exclude-list  $USER@kimik: /some/backup/folder
  1. put the script in a cron job