| 查看: 1334 | 回复: 12 | |||
tsh8167木虫 (小有名气)
|
[交流]
【求助】算分子能谱的时候结果全都为负数,是问题引起的? 已有4人参与
|
|
我在计算双探针体系中的分子能谱的时候,得出的数据是从-9942.9到-5474.78,这是我加入一个硝基后出现的错误。 但是加另一种氨基和没加侧基团所计算的结果都是正常的。这三种体系都是用同一种方法构建,都用SZP基组进行了优化。 请问,我的计算是什么地方发生了错误?有哪些原因可以导致上述的错误发生?? 期待高手指教。 [ Last edited by tsh8167 on 2010-6-28 at 11:29 ] |
» 猜你喜欢
投稿Elsevier的杂志(返修),总是在选择OA和subscription界面被踢皮球
已经有6人回复
中科院杭州医学所招收博士生一名(生物分析化学、药物递送)
已经有4人回复
求个博导看看
已经有18人回复
自荐读博
已经有6人回复
青基代表作,AAAI之类的A会的special track在国内认可度高吗?还是归为workshop之流?
已经有3人回复
上海工程技术大学【激光智能制造】课题组招收硕士
已经有6人回复
上海工程技术大学张培磊教授团队招收博士生
已经有4人回复
临港实验室与上科大联培博士招生1名
已经有9人回复
写了一篇“相变储能技术在冷库中应用”的论文,论文内容以实验为主,投什么期刊合适?
已经有6人回复
» 本主题相关商家推荐: (我也要在这里推广)
» 本主题相关价值贴推荐,对您同样有帮助:
消除催化零回复,感谢虫友来交流(二十八)
已经有5人回复
【求助】如何降低L914的收敛标准?谢谢
已经有5人回复
【求助】CASTEP 分子晶体建结构
已经有10人回复
【求助】计算振动模式
已经有14人回复
催化版上2008-04-25前 沸石分子筛,ZSM-系、SAPO-系 共466个话题集锦
已经有110人回复
2楼2010-06-24 17:15:00
tsh8167
木虫 (小有名气)
- 应助: 3 (幼儿园)
- 金币: 3343.3
- 散金: 145
- 红花: 1
- 帖子: 107
- 在线: 233.3小时
- 虫号: 787809
- 注册: 2009-06-05
- 性别: GG
- 专业: 凝聚态物性I:结构、力学和
3楼2010-06-24 17:43:19
4楼2010-06-25 22:41:36
tsh8167
木虫 (小有名气)
- 应助: 3 (幼儿园)
- 金币: 3343.3
- 散金: 145
- 红花: 1
- 帖子: 107
- 在线: 233.3小时
- 虫号: 787809
- 注册: 2009-06-05
- 性别: GG
- 专业: 凝聚态物性I:结构、力学和
5楼2010-06-27 10:28:58
6楼2010-06-28 19:54:31
tsh8167
木虫 (小有名气)
- 应助: 3 (幼儿园)
- 金币: 3343.3
- 散金: 145
- 红花: 1
- 帖子: 107
- 在线: 233.3小时
- 虫号: 787809
- 注册: 2009-06-05
- 性别: GG
- 专业: 凝聚态物性I:结构、力学和
|
[quote]Originally posted by redhaier at 2010-06-28 19:54:31: It is hard to say why since there is no input file. 输入文件的参数设置、计算部分: # Set up electrodes electrode_configuration = PeriodicAtomConfiguration( electrode_cell, electrode_elements, electrode_coordinates ) # Set up two-probe configuration twoprobe_configuration = TwoProbeConfiguration( (electrode_configuration,electrode_configuration), scattering_elements, scattering_coordinates, electrode_repetitions=[[3,3],[3,3]], equivalent_atoms=([0,0],[2,77]) ) if processIsMaster(): nlPrint(twoprobe_configuration) if processIsMaster(): file.addToSample(twoprobe_configuration, 'twoprobe_configuration') ###################################################################### # Central region parameters ###################################################################### exchange_correlation_type = LDA.PZ iteration_mixing_parameters = iterationMixingParameters( algorithm = IterationMixing.Pulay, diagonal_mixing_parameter = 0.1, quantity = IterationMixing.Hamiltonian, history_steps = 6 ) electron_density_parameters = electronDensityParameters( mesh_cutoff = 150.0*Rydberg ) basis_set_parameters = basisSetParameters( type = SingleZetaPolarized, radial_sampling_dr = 0.001*Bohr, energy_shift = 0.01*Rydberg, delta_rinn = 0.8, v0 = 40.0*Rydberg, charge = 0.0, split_norm = 0.15 ) iteration_control_parameters = iterationControlParameters( tolerance = 1e-005, criterion = IterationControl.TotalEnergy, max_steps = 100 ) electrode_voltages = (0.0,0.0)*Volt two_probe_algorithm_parameters = twoProbeAlgorithmParameters( electrode_constraint = ElectrodeConstraints.Off, initial_density_type = InitialDensityType.EquivalentBulk ) energy_contour_integral_parameters = energyContourIntegralParameters( circle_points = 30, integral_lower_bound = 3*Rydberg, fermi_line_points = 10, fermi_function_poles = 4, real_axis_infinitesimal = 0.01*electronVolt, real_axis_point_density = 0.02*electronVolt ) two_center_integral_parameters = twoCenterIntegralParameters( cutoff = 2500.0*Rydberg, points = 1024 ) ###################################################################### # Left electrode parameters ###################################################################### left_electrode_electron_density_parameters = electronDensityParameters( mesh_cutoff = 150.0*Rydberg ) left_electrode_iteration_control_parameters = iterationControlParameters( tolerance = 1e-005, criterion = IterationControl.TotalEnergy, max_steps = 100 ) left_electrode_brillouin_zone_integration_parameters = brillouinZoneIntegrationParameters( monkhorst_pack_parameters = (3, 3, 100) ) left_electrode_iteration_mixing_parameters = iterationMixingParameters( algorithm = IterationMixing.Pulay, diagonal_mixing_parameter = 0.1, quantity = IterationMixing.Hamiltonian, history_steps = 6 ) left_electrode_eigenstate_occupation_parameters = eigenstateOccupationParameters( temperature = 300.0*Kelvin ) ###################################################################### # Collect left electrode parameters ###################################################################### left_electrode_parameters = ElectrodeParameters( brillouin_zone_integration_parameters = left_electrode_brillouin_zone_integration_parameters, electron_density_parameters = left_electrode_electron_density_parameters, eigenstate_occupation_parameters = left_electrode_eigenstate_occupation_parameters, iteration_mixing_parameters = left_electrode_iteration_mixing_parameters, iteration_control_parameters = left_electrode_iteration_control_parameters ) ###################################################################### # Right electrode parameters ###################################################################### right_electrode_electron_density_parameters = electronDensityParameters( mesh_cutoff = 150.0*Rydberg ) right_electrode_iteration_control_parameters = iterationControlParameters( tolerance = 1e-005, criterion = IterationControl.TotalEnergy, max_steps = 100 ) right_electrode_brillouin_zone_integration_parameters = brillouinZoneIntegrationParameters( monkhorst_pack_parameters = (3, 3, 100) ) right_electrode_iteration_mixing_parameters = iterationMixingParameters( algorithm = IterationMixing.Pulay, diagonal_mixing_parameter = 0.1, quantity = IterationMixing.Hamiltonian, history_steps = 6 ) right_electrode_eigenstate_occupation_parameters = eigenstateOccupationParameters( temperature = 300.0*Kelvin ) ###################################################################### # Collect right electrode parameters ###################################################################### right_electrode_parameters = ElectrodeParameters( brillouin_zone_integration_parameters = right_electrode_brillouin_zone_integration_parameters, electron_density_parameters = right_electrode_electron_density_parameters, eigenstate_occupation_parameters = right_electrode_eigenstate_occupation_parameters, iteration_mixing_parameters = right_electrode_iteration_mixing_parameters, iteration_control_parameters = right_electrode_iteration_control_parameters ) ###################################################################### # Initialize self-consistent field calculation ###################################################################### two_probe_method = TwoProbeMethod( electrode_parameters = (left_electrode_parameters,right_electrode_parameters), exchange_correlation_type = exchange_correlation_type, iteration_mixing_parameters = iteration_mixing_parameters, electron_density_parameters = electron_density_parameters, basis_set_parameters = basis_set_parameters, iteration_control_parameters = iteration_control_parameters, energy_contour_integral_parameters = energy_contour_integral_parameters, two_center_integral_parameters = two_center_integral_parameters, electrode_voltages = electrode_voltages, algorithm_parameters = two_probe_algorithm_parameters ) if processIsMaster(): nlPrint(two_probe_method) # Restore self consistent calculation from check point file scf = restoreSelfConsistentCalculation( filename = 'D:/VNL/newmolecule/newmolecule-Au-NO2/newmolecule-Au-NO2-opt.nc' ) runtime_parameters = runtimeParameters( verbosity_level = 5, checkpoint_filename = 'D:/VNL/newmolecule/newmolecule-Au-NO2/newmolecule-Au-NO2.nc' ) # Using initial density from self consistent calculation scf = executeSelfConsistentCalculation( twoprobe_configuration, two_probe_method, initial_calculation = scf, runtime_parameters = runtime_parameters ) ###################################################################### # Calculate physical properties ###################################################################### projected_hamiltonian_energy_spectrum = calculateProjectedHamiltonianEnergySpectrum( self_consistent_calculation = scf, projection_atoms = (0, 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) ) if processIsMaster(): nlPrint(projected_hamiltonian_energy_spectrum) if processIsMaster(): file.addToSample(projected_hamiltonian_energy_spectrum, 'twoprobe_configuration', 'Projected Hamiltonian Energy Spectrum') import numpy transmission_spectrum = calculateTransmissionSpectrum( self_consistent_calculation = scf, energies = numpy.arange(-2.0, 2.0+0.002, 0.02)*electronVolt, brillouin_zone_integration_parameters = brillouinZoneIntegrationParameters((1, 1)), green_function_infinitesimal = 0.0001*electronVolt ) if processIsMaster(): nlPrint(transmission_spectrum) if processIsMaster(): file.addToSample(transmission_spectrum, 'twoprobe_configuration', 'Transmission Spectrum') ![]() [ Last edited by tsh8167 on 2010-6-30 at 11:18 ] |
7楼2010-06-30 11:16:15
panjinbo87
木虫 (正式写手)
- 应助: 2 (幼儿园)
- 金币: 2819.8
- 散金: 2562
- 沙发: 5
- 帖子: 851
- 在线: 216.3小时
- 虫号: 794524
- 注册: 2009-06-15
- 性别: GG
- 专业: 凝聚态物性 II :电子结构
8楼2010-07-04 06:36:05
tsh8167
木虫 (小有名气)
- 应助: 3 (幼儿园)
- 金币: 3343.3
- 散金: 145
- 红花: 1
- 帖子: 107
- 在线: 233.3小时
- 虫号: 787809
- 注册: 2009-06-05
- 性别: GG
- 专业: 凝聚态物性I:结构、力学和
|
out文件: # Electrodes 0 and 1 # ----------------------------------------------------------------------------- # Index Element x (Ang) y (Ang) z (Ang) 0 Au 0.00 0.00 0.00 1 Au 0.00 1.66 2.35 2 Au 1.44 0.83 4.71 # ----------------------------------------------------------------------------- # Supercell Vectors # ----------------------------------------------------------------------------- # Vector number x (Ang) y (Ang) z (Ang) 0 2.88 0.00 0.00 1 -1.44 2.50 0.00 2 0.00 0.00 7.06 # ----------------------------------------------------------------------------- # Two Probe Method # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- # Basis Set Parameters # ----------------------------------------------------------------------------- Type = SZP Radial Sampling dr = 0.001 Bohr Energy Shift = 0.01 Rydberg Delta R(inner) = 0.8 v0 = 40 Rydberg Charge = 0 Split Norm = 0.15 Element = All # ----------------------------------------------------------------------------- # Exchange Correlation # ----------------------------------------------------------------------------- Exchange Correlation Type = LDA.PZ # ----------------------------------------------------------------------------- # ElectronDensityParameters # ----------------------------------------------------------------------------- Mesh Cutoff = 150.00 Rydberg # ----------------------------------------------------------------------------- # Two Center Integral Parameters # ----------------------------------------------------------------------------- Cutoff = 2500.0 Rydberg Number Of Points = 1024 # ----------------------------------------------------------------------------- # Iteration Mixing Parameters # ----------------------------------------------------------------------------- Algorithm = Pulay Diagonal Mixing Parameter = 0.1 Quantity = Hamiltonian History Steps = 6 # ----------------------------------------------------------------------------- # Iteration Control Parameters # ----------------------------------------------------------------------------- Tolerance = 1e-005 Criterion = TotalEnergy Max. Steps = 100 # ----------------------------------------------------------------------------- # Energy Contour Integral Parameters # ----------------------------------------------------------------------------- Circle Points = 30 Integral Lower Bound = 3 Rydberg Fermi Function Poles = 4 Real Axis Infinitesimal = 0.01 eV Real Axis Point Density = 0.02 eV # ----------------------------------------------------------------------------- # Electrode Voltages # ----------------------------------------------------------------------------- Voltage at Electrode 0 = 0.00 V Voltage at Electrode 1 = 0.00 V # ----------------------------------------------------------------------------- # TwoProbe Algorithm Parameters # ----------------------------------------------------------------------------- Electrode Constraint = ElectrodeConstraints.Off Initial Density Type = InitialDensityType.EquivalentBulk # sc 0 : q = -0.00341 e # sc 1 : q = -0.00341 e dRho = 4.2404E-009 # sc 2 : q = -0.00341 e Etot = 171607.35005 Ry dRho = 4.1350E-011 # sc 3 : q = -0.00341 e Etot = 171607.35006 Ry dRho = 3.9736E-010 dEtot = 5.6953E-006 Ry # ----------------------------------------------------------------------------- # Energy Spectrum # ----------------------------------------------------------------------------- # Energy (eV) -9942.95 -9932.08 -9930.06 -9923.08 -9923.03 -9917.18 -9914.21 -9911.05 -9908.87 -9908.56 -9905.48 -9903.00 -9902.30 -9899.47 -9897.87 -9896.94 -9896.45 -9895.84 -9894.46 **中间部分省略**** -6235.33 -6235.28 -6235.25 -6234.25 -6234.24 -6234.16 -5942.77 -5942.37 -5936.24 -5936.10 -5936.04 -5935.39 -5935.31 -5934.71 -5919.22 -5919.20 -5919.17 -5918.54 -5918.48 -5918.31 -5918.04 -5918.03 -5911.29 -5911.12 -5507.89 -5485.27 -5485.24 -5485.07 -5484.65 -5484.57 -5484.55 -5474.77 -5474.77 # ----------------------------------------------------------------------------- # Transmission Spectrum # ----------------------------------------------------------------------------- # Energy (eV) Coefficient -2.00 0.0000 -1.98 0.0000 -1.96 0.0000 -1.94 0.0000 -1.92 0.0000 -1.90 0.0000 -1.88 0.0000 -1.86 0.0000 -1.84 0.0000 -1.82 0.0000 -1.80 0.0000 -1.78 0.0000 -1.76 0.0000 -1.74 0.0000 -1.72 0.0000 -1.70 0.0000 -1.68 0.0000 -1.66 0.0000 -1.64 0.0000 -1.62 0.0000 -1.60 0.0000 -1.58 0.0000 -1.56 0.0000 -1.54 0.0000 -1.52 0.0000 -1.50 0.0000 -1.48 0.0000 -1.46 0.0000 -1.44 0.0000 -1.42 0.0000 -1.40 0.0000 -1.38 0.0000 -1.36 0.0000 -1.34 0.0000 -1.32 0.0000 -1.30 0.0000 -1.28 0.0000 -1.26 0.0000 -1.24 0.0000 -1.22 0.0000 -1.20 0.0000 -1.18 0.0000 -1.16 0.0000 -1.14 0.0000 -1.12 0.0000 -1.10 0.0000 -1.08 0.0000 -1.06 0.0000 -1.04 0.0000 -1.02 0.0000 -1.00 0.0000 -0.98 0.0000 -0.96 0.0000 -0.94 0.0000 -0.92 0.0000 -0.90 0.0000 -0.88 0.0000 -0.86 0.0000 -0.84 0.0000 -0.82 0.0000 -0.80 0.0000 -0.78 0.0000 -0.76 0.0000 -0.74 0.0000 -0.72 0.0000 -0.70 0.0000 -0.68 0.0000 -0.66 0.0000 -0.64 0.0000 -0.62 0.0000 -0.60 0.0000 -0.58 0.0000 -0.56 0.0000 -0.54 0.0000 -0.52 0.0000 -0.50 0.0000 -0.48 0.0000 -0.46 0.0000 -0.44 0.0000 -0.42 0.0000 -0.40 0.0000 -0.38 0.0000 -0.36 0.0000 -0.34 0.0000 -0.32 0.0000 -0.30 0.0000 -0.28 0.0000 -0.26 0.0000 -0.24 0.0000 -0.22 0.0000 -0.20 0.0000 -0.18 0.0000 -0.16 0.0000 -0.14 0.0000 -0.12 0.0000 -0.10 0.0000 -0.08 0.0000 -0.06 0.0000 -0.04 0.0000 -0.02 0.0000 0.00 0.0000 0.02 0.0000 0.04 0.0000 0.06 0.0000 0.08 0.0000 0.10 0.0000 0.12 0.0000 0.14 0.0000 0.16 0.0000 0.18 0.0000 0.20 0.0000 0.22 0.0000 0.24 0.0000 0.26 0.0000 0.28 0.0000 0.30 0.0000 0.32 0.0000 0.34 0.0000 0.36 0.0000 0.38 0.0000 0.40 0.0000 0.42 0.0000 0.44 0.0000 0.46 0.0000 0.48 0.0000 0.50 0.0000 0.52 0.0000 0.54 0.0000 0.56 0.0000 0.58 0.0000 0.60 0.0000 0.62 0.0000 0.64 0.0000 0.66 0.0000 0.68 0.0000 0.70 0.0000 0.72 0.0000 0.74 0.0000 0.76 0.0000 0.78 0.0000 0.80 0.0000 0.82 0.0000 0.84 0.0000 0.86 0.0000 0.88 0.0000 0.90 0.0000 0.92 0.0000 0.94 0.0000 0.96 0.0000 0.98 0.0000 1.00 0.0000 1.02 0.0000 1.04 0.0000 1.06 0.0000 1.08 0.0000 1.10 0.0000 1.12 0.0000 1.14 0.0000 1.16 0.0000 1.18 0.0000 1.20 0.0000 1.22 0.0000 1.24 0.0000 1.26 0.0000 1.28 0.0000 1.30 0.0000 1.32 0.0000 1.34 0.0000 1.36 0.0000 1.38 0.0000 1.40 0.0000 1.42 0.0000 1.44 0.0000 1.46 0.0000 1.48 0.0000 1.50 0.0000 1.52 0.0000 1.54 0.0000 1.56 0.0000 1.58 0.0000 1.60 0.0000 1.62 0.0000 1.64 0.0000 1.66 0.0000 1.68 0.0000 1.70 0.0000 1.72 0.0000 1.74 0.0000 1.76 0.0000 1.78 0.0000 1.80 0.0000 1.82 0.0000 1.84 0.0000 1.86 0.0000 1.88 0.0000 1.90 0.0000 1.92 0.0000 1.94 0.0000 1.96 0.0000 1.98 0.0000 2.00 0.0000 |
9楼2010-07-04 09:41:17
tsh8167
木虫 (小有名气)
- 应助: 3 (幼儿园)
- 金币: 3343.3
- 散金: 145
- 红花: 1
- 帖子: 107
- 在线: 233.3小时
- 虫号: 787809
- 注册: 2009-06-05
- 性别: GG
- 专业: 凝聚态物性I:结构、力学和
10楼2010-07-04 09:47:18







回复此楼
