Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dong0216

Pages: 1 [2]
16
This error occurred when I used DFT-1/2 to calculate the transmission spectrum. I don't know how to solve it. Looking forward to your reply. Thank you.
OverflowError: OverflowError: (34, 'Numerical result out of range')
(34, 'Numerical result out of range')
  File "zipdir/NL/Calculators/DensityFunctionalTheory/LCAOCalculator/DFTHalfUtilities.py", line 353, in calculateSelfEnergyPotential
  File "zipdir/NL/Calculators/DensityFunctionalTheory/LCAOCalculator/DFTHalfUtilities.py", line 353, in calculateSelfEnergyPotential
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 2

17
Thanks for your reply.  This  is  my  script.
                          [ 0.247608657572,  0.478838479577,  0.067606299506],
                          [ 0.500000000002,  0.581299876116,  0.392385497312]]
# Set up configuration
bulk_configuration = BulkConfiguration(
    bravais_lattice=lattice,
    elements=elements,
    fractional_coordinates=fractional_coordinates
    )

# -------------------------------------------------------------
# Analysis from File
# -------------------------------------------------------------
bulk_configuration = nlread('H4-V.nc', object_id='gID001')[0]

# -------------------------------------------------------------
# Electron Difference Density
# -------------------------------------------------------------
electron_difference_density = ElectronDifferenceDensity(bulk_configuration)
nlsave('ElectronDifferenceDensity-H4-V.nc', electron_difference_density)

18
Dear all:
          I have a question about ElectronDiffrenceDensity.I caculate  the ElectronDiffrenceDensity   using    optimized nc file, but  the  results look  like unoptimized  configuration electrondensity. I do not know why.
        Thanks.
 

19
Thanks for your reply . I want to add a dispersion function to some elements to better describe the interaction of electrons.

20
How do I add a dispersion function to an element?Thanks.

22
 Mulliken  charges.Thanks.

23
How to use ATK to correctly analyze the charge layout

Pages: 1 [2]