-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchingroup-58.el
35 lines (27 loc) · 1.17 KB
/
kitchingroup-58.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
;;; kitchingroup-58.el --- Investigating the Energetic Ordering of Stable and Metastable TiO2 Polymorphs Using DFT+U and Hybrid Functionals
;; Copyright (C) 2016 John Kitchin
;; Version: 0.0.1
;; Author: Matthew Curnan
;; John Kitchin <[email protected]>
;; Keywords:
;; DOI: 10.1021/acs.jpcc.5b05338
;; Journal: The Journal of Physical Chemistry C
;; Bibtex: @article{curnan-2015-inves-energ,
;; author = {Matthew Curnan and John R. Kitchin},
;; title = {Investigating the Energetic Ordering of Stable and Metastable
;; TiO$_2$ Polymorphs Using DFT+U and Hybrid Functionals},
;; journal = {The Journal of Physical Chemistry C},
;; volume = {119},
;; year = 2015,
;; doi = {10.1021/acs.jpcc.5b05338},
;; url = { http://dx.doi.org/10.1021/acs.jpcc.5b05338 },
;; eprint = { http://dx.doi.org/10.1021/acs.jpcc.5b05338 },
;; }
;;; Commentary:
;; Investigating the Energetic Ordering of Stable and Metastable
;; TiO$_2$ Polymorphs Using DFT+U and Hybrid Functionals
;;; Code:
(require 'cappa)
(cappa-register 'kitchingroup-58)
(provide 'kitchingroup-58)
;;; kitchingroup-58.el ends here