Skip to content

Instantly share code, notes, and snippets.

@resal81
resal81 / NAMD CVS with `colvars on`
Last active May 19, 2016 21:15
NAMD CVS high `dE_avg` values
```
# STEP Elec vdW dE dE_avg Temp dG
# l l+dl l l+dl E(l+dl)-E(l)
#NEW FEP WINDOW: LAMBDA SET TO 0 LAMBDA2 0.05
FepEnergy: 50 -173267.1741 -173265.5731 3721.3632 3721.3632 1.6010 -36368.9256 299.8270 -9999999999.9999
FepEnergy: 100 -172961.1502 -172958.8260 3480.1072 3480.1072 2.3242 -36363.8878 299.2973 -9999999999.9999
FepEnergy: 150 -173046.4077 -173044.0104 3545.0965 3545.0965 2.3973 -36364.7943 298.6183 -9999999999.9999
FepEnergy: 200 -173126.0777 -173123.8534 3507.0219 3507.0219 2.2243 -36357.7866 300.8991 -9999999999.9999
FepEnergy: 250 -173144.6532 -173142.3190 3543.7177 3543.7177 2.3342 -36349.6853 299.4086 -9999999999.9999
@resal81
resal81 / Readme.md
Created April 16, 2016 22:40
Code coverage for typescript

About

Here are some notes that I gathered when trying to get code coverage for typescript.

Folder structure

proj
|__ package.json
|__ tsconfig.json
|__ src/lib.ts