-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcif_dft_0.032.dic
More file actions
1339 lines (1173 loc) · 37.5 KB
/
cif_dft_0.032.dic
File metadata and controls
1339 lines (1173 loc) · 37.5 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#------------------------------------------------------------------------------
#$Date$
#$Revision$
#$URL$
#------------------------------------------------------------------------------
# This file is available in the Theoretical Crystallography Open
# Database (TCOD), http://www.crystallography.net/tcod/cif/dictionaries/.
#
# This file is designated by the authors and the contributors
# into Public Domain.
#------------------------------------------------------------------------------
data_on_this_dictionary
_dictionary_name cif_dft.dic
_dictionary_version 0.032
_dictionary_update 2023-11-15
_dictionary_history
;
2023-11-15 Adding missing category definitions. A.M.
2019-05-14 Making '_dft_XC_functional_[]' a category. Specifying categories
for all data items lacking them. A.M.
2019-03-19 Setting _list_reference of
'_dft_BZ_integration_grid_IBZ_point_weight' to
'_dft_BZ_integration_grid_IBZ_point_id' instead of itself. A.M.
2019-03-18 Declaring all data items of category 'dft_pseudopotential' as
looped. Adding '_units_detail' for all data items with units.
A.M.
2018-02-05 Putting '_dft_kinetic_energy_cutoff_*', '_dft_alloy_*' and
'_dft_atom_type_*' data items into separate categories.
Improving descriptions for the values of
'_dft_pseudopotential_type'. Fixing links to categories
'dft_basisset' and 'dft_BZ_integration'. A.M.
2018-02-01 Putting Brillouin zone integration-related data items into a
separate category. A.M.
2017-01-04 Redefining tag '_dft_cell_pressure' as numeric. Defining units
of '_dft_cell_pressure' as kPa. A.M.
2016-11-10 Allowing tags '_dft_pseudopotential_*' in loops, adding tag
'_dft_pseudopotential_atom_type' to link to
'_atom_site_type_symbol', thus allowing specification of
per-atom-type pseudopotentials. A.M.
2016-04-13 Adding enumeration value 'daubechies' for _dft_basisset_type
matching same value in ETSF specification. A.M.
2016-03-14 Adding _dft_dielectric_constant. A.M.
2016-02-19 Redefining tags _dft_BZ_integration_smearing_width and
_dft_atom_type_valence_electrons as numeric. A.M.
2016-02-09 Adding _dft_band_gap. Fixing 'ev' -> 'eV' as units of
_dft_atom_relax_force_conv (typo). A.M.
2016-01-22 Redefining tag _dft_cell_magn_moment as numeric with units of
\m_B. A.M.
2015-10-16 Redefining units of _dft_bulk_modulus as gigapascals. A.M.
2015-10-15 Adding data names _dft_stiffness_tensor_* for stiffness tensor
matrix representation. Marking _dft_basisset_[] as category.
A.M.
2015-10-02 Adding data names _dft_lattice_energy and _dft_bulk_modulus.
Redefining units of _dft_bulk_modulus to kilopascals,
_dft_lattice_energy to kilojoules per mole. A.M.
2015-09-14 Fixing data name in data_dft_atom_basisset_citation_id: was
_dft_basisset_citation_id (duplicate of one defined in
data_dft_basisset_citation_id), should be
_dft_atom_basisset_citation_id. A.M.
2015-08-03 Adding data names _dft_kinetic_energy_cutoff_*. A.M.
2015-07-29 Adding descriptions for abbreviated enumeration values for
_dft_XC_functional_type, _dft_pseudopotential_type and
_dft_alloy_method. A.M.
2015-07-21 Redefining values of _dft_BZ_integration_method as
enumeration values. Adding tag
_dft_BZ_integration_method_other_name. Redefining tags
_dft_BZ_integration_grid_shift_[XYZ] as numbers with values
from a range [0:1]. A.M.
2015-07-20 Adding data names for listing points in irreducible Brillouin
zone as well as data names to define smearing method for
Brillouin zone integration. A.M.
2015-05-07 Redefining values of _dft_BZ_integration_MP_order as numeric
with a range [0,+Inf). Adding a description. A.M.
2015-01-09 Adding data names for Ewald, Fermi and Hartree energy terms.
A.M.
2014-11-04 Consolidating all DFT related data names into this
dictionary, elaborating basis set definition, adding
citation ling data items. S.G.
2013-08-17 Adding two additional data names to describe custom names of
alloy methods and XC functional types if their enumerator
values are givem as 'other'. S.G.
2013-08-17 Adding all datanames from Bj\"orkman Torbj\"orn's 2013-05-09
11:23 e-mail. S.G.
2013-08-17 Adding an empty CIF scaffold for the DFT dictionary. S.G.
;
###############################################################################
# XC (exchange-correlation) functional
###############################################################################
data_dft_XC_functional_[]
_name '_dft_XC_functional_[]'
_category category_overview
_type null
_definition
;
Data items in this category describe the exchange-correlation (XC) functional.
;
data_dft_XC_functional_id
_name '_dft_XC_functional_id'
_category dft_XC_functional
_type char
_definition
;
XC functional ID in the XC functional loop (for mixed functionals). S.G.
;
data_dft_XC_exchange_functional_name
_name '_dft_XC_exchange_functional_name'
_category dft_XC_functional
_type char
_definition
;
A very comprehensive XC functional list can be found at the NOMAD site:
https://gitlab.rzg.mpg.de/nomad-lab/nomad-meta-info/wikis/metainfo/XC-functional
Our dictionary should be harmonised with this list.
The corresponding NOMAD metadata entry is 'XC_functional' and 'XC_functional_name'.
S.G. 2016-10-28
;
data_dft_XC_exchange_functional_weight
_name '_dft_XC_exchange_functional_weight'
_category dft_XC_functional
_type numb
_definition
;
A proportion (weight) of the particular XC exchange functional for
mixed functionals. S.G.
;
data_dft_XC_correlation_functional_name
_name '_dft_XC_correlation_functional_name'
_category dft_XC_functional
_type char
_definition
;. . .
;
data_dft_XC_correlation_functional_weight
_name '_dft_XC_correlation_functional_weight'
_category dft_XC_functional
_type numb
_definition
;
A proportion (weight) of the particular XC correlation functional for
mixed functionals. S.G.
;
data_dft_XC_functional_type
_name '_dft_XC_functional_type'
_category dft_XC_functional
_type char
loop_ _enumeration
_enumeration_detail
LDA 'local-density approximation'
GGA 'generalized gradient approximation'
meta-GGA 'GGA with the second derivative of electron density'
Hybrid 'describe the corresponding functional here'
ACFD-RPA 'describe the corresponding functional here'
'orbital functionals' 'describe the corresponding functional here'
'exact exchange' 'describe the corresponding functional here'
vdW-DF 'as proposed by Dion et al. (2004)'
LDA/GGA+U/DMFT 'describe the corresponding functional here'
'orbital polarization' 'describe the corresponding functional here'
other 'functional not one of the mentioned above'
_definition
; Approximation for exchange-correlation functionals.
;
data_dft_XC_functional_type_other_name
_name '_dft_XC_functional_type_other_name'
_category dft_XC_functional
_type char
_definition
; Custom name of the functional if _dft_XC_functional_type data item value
is given as 'other'.
;
data_dft_XC_functional_citation_id
_name '_dft_XC_functional_citation_id'
_category dft_XC_functional
_type char
_list_link_parent '_citation_id'
_definition
; A reference to the citation describing the XC functional in the
_citation_... category loop
;
###############################################################################
# Basis set.
###############################################################################
data_dft_basisset_[]
_name '_dft_basisset_[]'
_type null
_category category_overview
_definition
; Data items to describe the basis set used in the computation.
;
data_dft_basisset_type
_name '_dft_basisset_type'
_type char
_category dft_basisset
loop_
_enumeration
_enumeration_detail
plane-wave 'DFT; covered by the items below? S.G.'
orbital 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
dftorb 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
dftxfit 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
dftcfit 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
periodic 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
ecporb 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
spinorb 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
polarization 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
diffuse 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
tight 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
rydberg 'from http://www.xml-cml.org/dictionary/compchem/#basisSet'
daubechies 'from http://www.etsf.eu/system/files/SpecFFETSF_v3.3.pdf'
_definition
; Type of the basis set used in the computation.
Should be the same data item as in
http://www.xml-cml.org/dictionary/compchem/#basisSet. This
corresponds to the "basisSetType" in the EMSL schema. Valid values
are from the http://www.xml-cml.org/dictionary/compchem/ are:
orbital
dftorb
dftxfit
dftcfit
periodic
ecporb
spinorb
polarization
diffuse
tight
rydberg
Q: how plane wave basis set is encoded? (S.G.)
;
data_dft_basisset_energy_conv
_name '_dft_basisset_energy_conv'
_type char
_units eV
_units_detail 'electron-Volts'
_category dft_basisset
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
Energy measured in eV (electron-volts).
;
data_dft_basisset_citation_id
_name '_dft_basisset_citation_id'
_type char
_category dft_basisset
_list_link_parent '_citation_id'
_definition
; A reference to the citation describing the basis set in the
_citation_... category loop
;
data_dft_basisset_database_name
_name '_dft_basisset_database_name'
_type char
_category dft_basisset
_definition
; A name of a database where the basis set comes from, e.g. "EMSL
Basis Set Exchange"
;
data_dft_basisset_database_abbrev
_name '_dft_basisset_database_abbrev'
_type char
_category dft_basisset
_definition
; A name of a database where the basis set comes from, e.g. "BSE"
;
data_dft_basisset_database_code
_name '_dft_basisset_database_code'
_type char
_category dft_basisset
_definition
; A unique stable code (identifier, key) assigned to the basis set by
a database.
;
data_dft_basisset_database_URI
_name '_dft_basisset_database_URI'
_type char
_category dft_basisset
_definition
; A stable URI of the Basis set database landing page.
;
data_dft_basisset_URI
_name '_dft_basisset_URI'
_type char
_category dft_basisset
_definition
; A stable URI at which specific basis set can be retrieved.
;
data_dft_basisset_database_citation_id
_name '_dft_basisset_database_citation_id'
_type char
_category dft_basisset
_list_link_parent '_citation_id'
_definition
; A reference to the citation describing the basis set database in the
_citation_... category loop.
;
###############################################################################
# Atom Basis set.
###############################################################################
data_dft_atom_basisset_[]
_name '_dft_atom_basisset_[]'
_category category_overview
_type null
_definition
; Data items to describe per-atom basis sets used in the computation.
;
data_dft_atom_basisset
_name '_dft_atom_basisset'
_category dft_atom_basisset
_type char
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_atom_basisset_type
_name '_dft_atom_basisset_type'
_category dft_atom_basisset
_type char
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_atom_basisset_energy_conv
_name '_dft_atom_basisset_energy_conv'
_category dft_atom_basisset
_type char
_units eV
_units_detail 'electron-Volts'
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
In eV.
;
data_dft_atom_basisset_citation_id
_name '_dft_atom_basisset_citation_id'
_category dft_atom_basisset
_type char
_list_link_parent '_citation_id'
_definition
; A reference to the citation describing the atom basis set in the
_citation_... category loop
;
###############################################################################
# Brillouin zone integration description
###############################################################################
data_dft_BZ_integration_[]
_name '_dft_BZ_integration_[]'
_type null
_category category_overview
_definition
; Data items to describe the integration of Brillouin zone (BZ).
;
data_dft_BZ_integration_method
_name '_dft_BZ_integration_method'
_type char
_category dft_BZ_integration
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
loop_
_enumeration
_enumeration_detail
'simple sampling' 'describe the corresponding method here'
'linear tetrahedron' 'describe the corresponding method here'
'weighted tetrahedron' 'describe the corresponding method here'
'Monkhorst-Pack'
; As described in:
Monkhorst, H. J. & Pack, J. D.
Special points for Brillouin-zone integrations
Phys. Rev. B, American Physical Society, 1976, 13, 5188-5192
;
'other'
; Description is provided in _dft_BZ_integration_method_other
;
data_dft_BZ_integration_method_other
_name '_dft_BZ_integration_method_other'
_type char
_category dft_BZ_integration
_definition
; Description of used BZ integration method if different from enumeration
values of _dft_BZ_integration_method.
;
data_dft_BZ_integration_citation_id
_name '_dft_BZ_integration_citation_id'
_type char
_category dft_BZ_integration
_list_link_parent '_citation_id'
_definition
; A reference to the citation describing the BZ integration method in the
_citation_... category loop
;
data_dft_BZ_integration_grid_type
_name '_dft_BZ_integration_grid_type'
_type char
_category dft_BZ_integration
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_BZ_integration_grid_[]
loop_ _name '_dft_BZ_integration_grid_X'
'_dft_BZ_integration_grid_Y'
'_dft_BZ_integration_grid_Z'
_type char
_category dft_BZ_integration
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_BZ_integration_grid_IBZ_points
_name '_dft_BZ_integration_grid_IBZ_points'
_type char
_category dft_BZ_integration
_definition
; Number of points in irreducible BZ.
(Please expand the explanation, especially for non-specialists).
;
data_dft_BZ_integration_grid_dens_[]
loop_ _name
'_dft_BZ_integration_grid_dens_X'
'_dft_BZ_integration_grid_dens_Y'
'_dft_BZ_integration_grid_dens_Z'
_type char
_category dft_BZ_integration
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_BZ_integration_grid_shift_[]
loop_ _name
'_dft_BZ_integration_grid_shift_X'
'_dft_BZ_integration_grid_shift_Y'
'_dft_BZ_integration_grid_shift_Z'
_type numb
_category dft_BZ_integration
_enumeration_range 0:1
_definition
; Shift of the integration grid to the given direction. Value is
given as a fraction of reciprocal lattice vector.
;
_example
;
loop_
_dft_BZ_integration_grid_shift_X
_dft_BZ_integration_grid_shift_Y
_dft_BZ_integration_grid_shift_Z
0.5 0.5 0
;
_example_detail
; Integration grid is shifted by half of reciprocal cell vectors X and Y.
;
data_dft_BZ_integration_Froyen_map
_name '_dft_BZ_integration_Froyen_map'
_type char
_category dft_BZ_integration
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_BZ_integration_smearing_method
_name '_dft_BZ_integration_smearing_method'
_type char
_category dft_BZ_integration
_definition
; The used BZ integration smearing method.
;
loop_
_enumeration
_enumeration_detail
Gaussian
; Approximation with Gaussian distribution.
;
Fermi-Dirac
; Approximation with Fermi-Dirac function.
;
Methfessel-Paxton
; As described in:
Methfessel, M. & Paxton, A. T.
High-precision sampling for Brillouin-zone integration in metals
Phys. Rev. B, American Physical Society, 1989, 40, 3616-3621
;
Marzari-Vanderbilt
; As described in:
Marzari, N.; Vanderbilt, D.; De Vita, A. & Payne, M. C.
Thermal Contraction and Disordering of the Al(110)
Surface Phys. Rev. Lett., American Physical Society, 1999, 82, 3296-3299
;
other
; Description is provided in _dft_BZ_integration_smearing_method_other.
;
data_dft_BZ_integration_smearing_method_other
_name '_dft_BZ_integration_smearing_method_other'
_type char
_category dft_BZ_integration
_definition
; Description of used BZ integration smearing method if different from
enumeration values of _dft_BZ_integration_smearing_method.
;
data_dft_BZ_integration_smearing_width
_name '_dft_BZ_integration_smearing_width'
_type numb
_category dft_BZ_integration
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_BZ_integration_MP_order
_name '_dft_BZ_integration_MP_order'
_type numb
_category dft_BZ_integration
_enumeration_range 0:
_definition
; Order of Methfessel-Paxton approximation, see PRB 40, 3616 (1989) and
http://www.hector.ac.uk/cse/distributedcse/reports/conquest/conquest/node6.html
for reference.
;
data_dft_BZ_integration_energy_conv
_name '_dft_BZ_integration_energy_conv'
_type char
_category dft_BZ_integration
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
###############################################################################
# Miscellaneous settings of the calculation
###############################################################################
data_dft_cell_settings_[]
_name '_dft_cell_settings_[]'
_category category_overview
_type null
_definition
;
Miscellaneous settings of the calculation.
;
data_dft_cell_pressure
_name '_dft_cell_pressure'
_category dft_cell_settings
_type numb
_units kPa
_units_detail kilopascals
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_cell_periodic_BC_[]
loop_ _name
'_dft_cell_periodic_BC_X'
'_dft_cell_periodic_BC_Y'
'_dft_cell_periodic_BC_Z'
_category dft_cell_settings
_type char
loop_
_enumeration
_enumeration_detail
true 'Boundary condition is periodic in the given direction.'
t 'Same as "true"'
false
; Boundary condition is NOT periodic in the given direction (i.e. the
structure is finite in this direction).
;
f 'Same as "false"'
_definition
; Specifies whether periodic boundary conditions were used along each of
the unit cell axes.
;
###############################################################################
# Points in irreducible BZ
###############################################################################
data_dft_BZ_integration_grid_IBZ_point_[]
_name '_dft_BZ_integration_grid_IBZ_point_[]'
_category category_overview
_type null
_definition
;
Data items in this category describe the irreducible Brillouin zone (IBZ).
;
data_dft_BZ_integration_grid_IBZ_point_id
_name '_dft_BZ_integration_grid_IBZ_point_id'
_category dft_BZ_integration_grid_IBZ_point
_type char
_list yes
_list_mandatory yes
_definition
; A unique identifier (primary key) of an irreducible BZ point in a loop.
;
data_dft_BZ_integration_grid_IBZ_point_
loop_ _name
'_dft_BZ_integration_grid_IBZ_point_X'
'_dft_BZ_integration_grid_IBZ_point_Y'
'_dft_BZ_integration_grid_IBZ_point_Z'
_category dft_BZ_integration_grid_IBZ_point
_type numb
_type_conditions esd
_list yes
_list_reference '_dft_BZ_integration_grid_IBZ_point_id'
_definition
; Coordinates of irreducible BZ points in relative coordinates of the
reciprocal lattice vectors.
;
data_dft_BZ_integration_grid_IBZ_point_weight
_name '_dft_BZ_integration_grid_IBZ_point_weight'
_category dft_BZ_integration_grid_IBZ_point
_type numb
_list yes
_list_reference '_dft_BZ_integration_grid_IBZ_point_id'
_enumeration_range 0:1
_definition
; Normalized weights of irreducible BZ points.
;
###############################################################################
# Electron counts
###############################################################################
data_dft_cell_valence_electrons
_name '_dft_cell_valence_electrons'
_category dft_cell_settings
_type numb
_enumeration_range 1:
_definition
; Total number of electrons in calculation.
;
data_dft_core_electrons
_name '_dft_core_electrons'
_category dft_cell_settings
_type numb
_enumeration_range 1:
_definition
; Total number of core electrons in calculation
;
###############################################################################
# Pseudopotentials
###############################################################################
data_dft_pseudopotential_[]
_name '_dft_pseudopotential_[]'
_type null
_category category_overview
_definition
; Data items to describe used pseudopotentials.
;
data_dft_pseudopotential_atom_type
_name '_dft_pseudopotential_atom_type'
_type char
_category dft_pseudopotential
_list yes
_list_link_parent '_atom_site_type_symbol'
_list_mandatory yes
_definition
; A reference to the atom type, for which the pseudopotential is used.
;
loop_ _example
'H'
'Cu'
data_dft_pseudopotential_type
_name '_dft_pseudopotential_type'
_type char
_category dft_pseudopotential
_list yes
loop_ _enumeration
_enumeration_detail
NCPP 'norm-conserving pseudopotential'
USPP 'ultrasoft pseudopotential'
PAW 'projector augmented waves pseudopotential'
other
; description should be given in the CIF data item
_dft_pseudopotential_type_other_name
;
_definition
; PLEASE ADD HUMAN-READABLE DESCRIPTION HERE
L.V. Added by L.V.
;
data_dft_pseudopotential_type_other_name
_name '_dft_pseudopotential_type_other_name'
_type char
_category dft_pseudopotential
_list yes
_definition
; Custom name of the pseudopotential if _dft_pseudopotential_type data
item value is given as 'other'.
;
data_dft_pseudopotential_citation_id
_name '_dft_pseudopotential_citation_id'
_type char
_category dft_pseudopotential
_list yes
_list_link_parent '_citation_id'
_definition
; A reference to the citation describing the pseudopotential in the
_citation_... category loop.
;
###############################################################################
# Kinetic energy cut-offs
###############################################################################
data_dft_kinetic_energy_cutoff_[]
_name '_dft_kinetic_energy_cutoff_[]'
_type null
_category category_overview
_definition
; Data items to describe limits (cutoffs) for kinetic energy that were
used in the calculations.
;
data_dft_kinetic_energy_cutoff_wavefunctions
_name '_dft_kinetic_energy_cutoff_wavefunctions'
_type numb
_units eV
_units_detail 'electron-Volts'
_category dft_kinetic_energy_cutoff
_definition
; Limit of the maximum kinetic energy for wavefunctions, used to reduce
the basis set to a finite size.
;
data_dft_kinetic_energy_cutoff_charge_density
_name '_dft_kinetic_energy_cutoff_charge_density'
_type numb
_units eV
_units_detail 'electron-Volts'
_category dft_kinetic_energy_cutoff
_definition
; Limit of the maximum kinetic energy for charge density.
;
data_dft_kinetic_energy_cutoff_EEX
_name '_dft_kinetic_energy_cutoff_EEX'
_type numb
_units eV
_units_detail 'electron-Volts'
_category dft_kinetic_energy_cutoff
_definition
; Limit of the maximum kinetic energy for exact exchange (EEX) operator,
used in EEX-type calculations.
;
###############################################################################
# Energy
###############################################################################
data_dft_energy_[]
_name '_dft_energy_[]'
_category category_overview
_type null
_definition
;
Data items in this category describe various energy terms.
;
data_dft_cell_energy
_name '_dft_cell_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE.
Energy given in eV.
S.G.: Is this supposed to be the same as 'total energy'? Will it be
compatible with the http://www.xml-cml.org/dictionary/compchem/
"total energy" (ID: totalEnergy) term? If so, maybe we rename this
data item to _dft_total_energy?
;
###############################################################################
# Separate energy terms
###############################################################################
# Q: is it true that the total energy will be the sum of all
# "Separate energy terms"? (S.G.)
data_dft_kinetic_energy
_name '_dft_kinetic_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; The kinetic energy part of the Hamiltonian; if periodic boundary
conditions are used, should be given for one unit cell as specified by
_cell_length_* and _cell_angle_* parameters.
Q: should the nuclei kin. energy be included? Is it ever appreciable?
What about vibrational lattice modes (phonons)? (S.G.)
;
# Q: how should the following Abinit energies be represented? Vis.:
#
# Hartree energy = 2.27637094216573E+01
# XC energy = -1.81223641765291E+01 << is this the same as "correlation energy" in NWChem? S.G.
# Ewald energy = -3.71921214233243E+01
# PspCore energy = 3.22969039024445E-01
# Loc. psp. energy= -8.28746948571284E+01
# NL psp energy= 1.01185403081610E+01
# (S.G.)
data_dft_Coulomb_energy
_name '_dft_Coulomb_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; Should be the same as the CML (ID: coulombEnergy) term,
http://www.xml-cml.org/dictionary/compchem/#coulombEnergy.
;
data_dft_correlation_energy
_name '_dft_correlation_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; http://www.xml-cml.org/dictionary/compchem/#correlationEnergy (ID:
correlationEnergy)
;
data_dft_1e_energy
_name '_dft_1e_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; http://www.xml-cml.org/dictionary/compchem/#e1Energy
(ID: e1Energy)
;
data_dft_2e_energy
_name '_dft_2e_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; http://www.xml-cml.org/dictionary/compchem/#e2Energy
(ID: e2Energy)
;
data_dft_nuclear_repulsion_energy
_name '_dft_nuclear_repulsion_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; http://www.xml-cml.org/dictionary/compchem/#nuclearRepulsionEnergy
(ID: nuclearRepulsionEnergy)
Q: is it not included into Coulomb energy? S.G.
;
data_dft_ewald_energy
_name '_dft_ewald_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE.
;
data_dft_fermi_energy
_name '_dft_fermi_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE.
;
data_dft_hartree_energy
_name '_dft_hartree_energy'
_category dft_energy
_type numb
_units eV
_units_detail 'electron-Volts'
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE.
;
###############################################################################
# Magnetic moment
###############################################################################
data_dft_cell_magn_[]
_name '_dft_cell_magn_[]'
_category category_overview
_type null
_definition
;
Data items in this category describe the magnetic moments.
;
data_dft_cell_magn_moment
_name '_dft_cell_magn_moment'
_category dft_cell_magn
_type numb
_units \m_B
_units_detail 'Bohr magnetons'
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_cell_magn_spin_moment
_name '_dft_cell_magn_spin_moment'
_category dft_cell_magn
_type char
_definition
; PLEASE ADD A HUMAN-READABLE DESCRIPTION HERE
;
data_dft_cell_magn_orbital_moment