Guest User

dftb_in.hsd

a guest
Oct 6th, 2023
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. Geometry = GenFormat {
  2. <<< "geom.gen"
  3. }
  4. Driver = VelocityVerlet {
  5. MovedAtoms = 1:-1
  6. Timestep [fs] = 1
  7. OutputPrefix = "md_opt"
  8. Steps = 20000
  9. Thermostat = NoseHoover {
  10. Temperature [kelvin] = 300
  11. CouplingStrength [cm^-1] = 1000
  12. ChainLength = 3
  13. Order = 3
  14. IntegratorSteps = 1
  15. AdaptFillingTemp = No
  16. }
  17. MDRestartFrequency = 10
  18. KeepStationary = Yes
  19. # ConvergentForcesOnly = Yes, not valid in 22.2
  20. Masses = {}
  21. }
  22. Hamiltonian = DFTB {
  23. #Solver = DivideAndConquer {}
  24. Solver = DivideAndConquer {}
  25. Charge = -1
  26. SpinPolarisation = {}
  27. SCC = Yes
  28. SCCTolerance = 1.0e-6
  29. MaxSCCIterations = 1000
  30. Mixer = Broyden {
  31. MixingParameter = 0.05
  32. InverseJacobiWeight = 1.000000000000000E-002
  33. MinimalWeight = 1.00000000000000
  34. MaximalWeight = 100000.000000000
  35. WeightFactor = 1.000000000000000E-002
  36. }
  37. KPointsAndWeights = SupercellFolding {
  38. 1 0 0
  39. 0 1 0
  40. 0 0 1
  41. 0.0 0.0 0.0
  42. }
  43. SlaterKosterFiles = Type2FileNames {
  44. Prefix = "../slakos/download/3ob/3ob-3-1/"
  45. Separator = "-"
  46. Suffix = ".skf"
  47. LowerCaseTypeName = No
  48. }
  49. MaxAngularMomentum = {
  50. H = "s"
  51. O = "p"
  52. C = "p"
  53. N = "p"
  54. Cl = "d"
  55. }
  56. ThirdOrderFull = Yes
  57. HubbardDerivs = {
  58. H = -0.1857
  59. O = -0.1575
  60. Cl = -0.0697
  61. C = -0.1492
  62. N = -0.1535
  63. }
  64. Filling = Fermi {
  65. Temperature [Kelvin] = 300.0
  66. IndependentKFilling = No
  67. }
  68. #following manual page 61
  69. Dispersion = SimpleDftD3 {
  70. a1 = 0.5719
  71. a2 = 3.6017
  72. s6 = 1.0
  73. s8 = 0.5883
  74. }
  75. Differentiation = FiniteDiff {
  76. Delta = 1.000000000000000E-002
  77. }
  78. #HCorrection = H5 {
  79. #}
  80. HCorrection = Damping {
  81. Exponent = 4.05000000000000
  82. }
  83. PolynomialRepulsive = {}
  84. ShellResolvedSCC = No
  85. OldSKInterpolation = No
  86. RangeSeparated = None {}
  87. ReadInitialCharges = No
  88. InitialCharges = {}
  89. EwaldParameter = 0.00000000000000
  90. EwaldTolerance = 1.000000000000000E-009
  91. ElectricField = {}
  92. OnSiteCorrection = {}
  93. ThirdOrder = No
  94. ForceEvaluation = "Traditional"
  95. }
  96. Options = {
  97. ShowFoldedCoords = Yes
  98. RandomSeed = 13674
  99. WriteDetailedOut = Yes
  100. WriteAutotestTag = No
  101. WriteDetailedXML = No
  102. WriteResultsTag = No
  103. WriteHS = No
  104. WriteRealHS = No
  105. MinimiseMemoryUsage = No
  106. TimingVerbosity = 1
  107. WriteChargesAsText = No
  108. }
  109. ParserOptions = {
  110. ParserVersion = 7
  111. WriteHSDInput = Yes
  112. # WriteXMLInput = No, not valid in 22.2
  113. StopAfterParsing = No
  114. IgnoreUnprocessedNodes = Yes
  115. }
  116. Analysis = {
  117. ProjectStates = {}
  118. WriteEigenvectors = No
  119. WriteBandOut = Yes
  120. MullikenAnalysis = Yes
  121. AtomResolvedEnergies = No
  122. CalculateForces = No
  123. }
  124. ExcitedState = {}
  125. Parallel = {
  126. Groups = 1
  127. UseOmpThreads = Yes
  128. Blacs = BlockSize {
  129. 32
  130. }
  131. }
  132.  
Advertisement
Add Comment
Please, Sign In to add comment