PARSEC

PARSEC (Pseudopotential Algorithm for Real-Space Electronic Calculations) is a DFT code that uses real-space grids and finite-difference methods instead of plane waves. Developed at the University of Texas at Austin, PARSEC employs high-…

1. GROUND-STATE DFT 1.1 Plane-Wave / Pseudopotential Codes VERIFIED 1 paper
Back to Mind Map Official Website

Overview

PARSEC (Pseudopotential Algorithm for Real-Space Electronic Calculations) is a DFT code that uses real-space grids and finite-difference methods instead of plane waves. Developed at the University of Texas at Austin, PARSEC employs high-order finite differences and adaptive coordinate refinement to achieve high accuracy with excellent parallel scaling. It is particularly well-suited for large systems, nanostructures, and molecules where real-space approaches offer advantages over plane-wave meth

Reference Papers (1)

Full Documentation

Official Resources

  • Homepage: https://parsec.ices.utexas.edu/
  • Documentation: https://parsec.ices.utexas.edu/documentation.html
  • Source Repository: Available upon request
  • License: Free for academic use (registration required)

Overview

PARSEC (Pseudopotential Algorithm for Real-Space Electronic Calculations) is a DFT code that uses real-space grids and finite-difference methods instead of plane waves. Developed at the University of Texas at Austin, PARSEC employs high-order finite differences and adaptive coordinate refinement to achieve high accuracy with excellent parallel scaling. It is particularly well-suited for large systems, nanostructures, and molecules where real-space approaches offer advantages over plane-wave methods.

Scientific domain: Real-space DFT, finite differences, nanostructures, large systems
Target user community: Nanostructure researchers, large-system simulations, method developers

Theoretical Methods

  • Kohn-Sham DFT (LDA, GGA)
  • Real-space finite-difference representation
  • High-order finite differences (up to 10th order)
  • Norm-conserving pseudopotentials
  • Adaptive coordinate refinement
  • Time-dependent DFT (TDDFT)
  • GW approximation (real-space)
  • Many-body perturbation theory
  • Non-collinear magnetism
  • Spin-orbit coupling
  • van der Waals corrections

Capabilities (CRITICAL)

  • Ground state electronic structure
  • Geometry optimization
  • Molecular dynamics
  • Band structures and DOS
  • Absorption spectra (TDDFT)
  • Optical properties
  • GW quasiparticle energies
  • Bethe-Salpeter equation
  • Real-space wavefunctions
  • Adaptive mesh refinement
  • Efficient parallelization
  • Large systems (1000+ atoms)
  • Nanostructures and quantum dots
  • Surfaces and interfaces
  • Molecules and clusters
  • Non-periodic systems naturally
  • Excellent scaling

Sources: Official PARSEC documentation (https://parsec.ices.utexas.edu/), confirmed in multiple source lists

Key Strengths

Real-Space:

  • No basis set superposition error
  • Natural for non-periodic systems
  • Local refinement possible
  • No FFTs required
  • Intuitive representation

Finite Differences:

  • High-order accuracy
  • Systematic convergence
  • Sparse matrices
  • Efficient for large systems

Adaptive Refinement:

  • Focus accuracy where needed
  • Efficient computational cost
  • Automatic mesh generation
  • Atoms as needed

Scalability:

  • Domain decomposition
  • Good parallel efficiency
  • Large-scale systems
  • Distributed memory

Non-Periodic:

  • Natural treatment of molecules
  • Clusters and nanoparticles
  • Surfaces without slabs
  • Isolated systems

Inputs & Outputs

  • Input formats:

    • Text-based input
    • XYZ coordinates
    • Pseudopotential files
    • Grid parameters
  • Output data types:

    • Text output
    • Wavefunctions (real-space)
    • Densities
    • Eigenvalues
    • Optical spectra

Interfaces & Ecosystem

  • Visualization:

    • Custom tools
    • Real-space data formats
    • Standard viewers
  • Analysis:

    • Built-in tools
    • Custom scripts
    • Property extraction
  • Parallelization:

    • MPI parallelization
    • Domain decomposition
    • Good scaling

Workflow and Usage

Example Input:

# Silicon cluster
Cell_Shape       sphere
Cell_Size        20.0

Grid_Spacing     0.4
Boundary_Sphere  20.0

States_Number    10

Atoms_Number     2
Atom_Type        Si  14.0
Atom_Coord       0.0  0.0  0.0
Atom_Coord       1.35 1.35 1.35

XC_Type          LDA

Max_Iter         100
Tolerance        1.0e-6

Running PARSEC:

parsec.x < input.in > output.out
mpirun -np 16 parsec.x < input.in > output.out

Advanced Features

Adaptive Coordinate Refinement:

  • Finer grids near atoms
  • Coarser grids far away
  • Automatic adaptation
  • Efficiency gains

TDDFT:

  • Real-time propagation
  • Linear response
  • Optical absorption
  • Time-resolved dynamics

GW Calculations:

  • Real-space GW
  • Quasiparticle energies
  • Band gap corrections
  • Accurate excitations

High-Order Methods:

  • Up to 10th order finite differences
  • Systematic accuracy
  • Convergence control
  • Sparse stencils

Performance Characteristics

  • Speed: Competitive for large systems
  • Scaling: Good parallel scaling
  • Efficiency: Excellent for non-periodic
  • Typical systems: 100-2000 atoms
  • Memory: Moderate

Computational Cost

  • DFT: Efficient
  • Large systems: Better than plane-waves
  • Non-periodic: Much more efficient
  • TDDFT: Reasonable
  • GW: Expensive but feasible

Limitations & Known Constraints

  • Smaller community: Less established than major codes
  • Documentation: Good but limited
  • Pseudopotentials: Must be specifically prepared
  • Periodic systems: Plane-waves may be better
  • Learning curve: Moderate
  • Platform: Linux primarily
  • Registration: Required for access

Comparison with Other Codes

  • vs VASP/QE: PARSEC better for non-periodic, plane-waves better for periodic
  • vs GPAW: Both real-space, different implementations
  • vs Octopus: Similar real-space approach
  • vs SIESTA: PARSEC real-space grid, SIESTA localized orbitals
  • Unique strength: Real-space finite differences, adaptive refinement, non-periodic systems

Application Areas

Nanostructures:

  • Quantum dots
  • Nanoparticles
  • Nanoclusters
  • Carbon nanotubes
  • Nanowires

Molecular Systems:

  • Large molecules
  • Biomolecules
  • Molecular clusters
  • Gas-phase chemistry

Surfaces:

  • Surface calculations
  • Adsorbates
  • Defects
  • No slab needed

Optical Properties:

  • Absorption spectra
  • Optical gaps
  • Excitonic effects
  • Time-resolved

Best Practices

Grid Convergence:

  • Test grid spacing
  • Check boundary size
  • Ensure no boundary effects
  • Systematic convergence

Adaptive Refinement:

  • Use when available
  • Test refinement levels
  • Balance accuracy/cost
  • Monitor convergence

Parallelization:

  • Domain decomposition
  • Optimize process layout
  • Balance load
  • Test scaling

TDDFT:

  • Sufficient time steps
  • Appropriate time step
  • Check convergence
  • Energy conservation

Community and Support

  • Academic license
  • Registration required
  • Email support
  • Documentation available
  • Active development
  • University-based

Educational Resources

  • User manual
  • Tutorial examples
  • Published papers
  • Documentation website

Development

  • University of Texas Austin
  • Active research group
  • Regular updates
  • Method development
  • Community contributions

Research Applications

  • Nanostructure design
  • Optical properties
  • Electronic structure
  • Large-scale simulations
  • Method benchmarking

Verification & Sources

Primary sources:

  1. Official website: https://parsec.ices.utexas.edu/
  2. Documentation: https://parsec.ices.utexas.edu/documentation.html
  3. L. Kronik et al., Phys. Status Solidi B 243, 1063 (2006) - PARSEC overview
  4. J. R. Chelikowsky et al., Phys. Rev. Lett. 72, 1240 (1994) - Real-space method

Secondary sources:

  1. PARSEC documentation and tutorials
  2. Published studies using PARSEC (>300 citations)
  3. Real-space DFT literature
  4. Confirmed in multiple source lists

Confidence: VERIFIED - Appears in multiple independent source lists

Verification status: ✅ VERIFIED

  • Official homepage: ACCESSIBLE
  • Documentation: Available online
  • Software: Available with registration
  • Community support: Email, documentation
  • Academic citations: >400
  • Active development: University group
  • Specialized strength: Real-space finite differences, adaptive refinement, non-periodic systems, nanostructures

Related Tools in 1.1 Plane-Wave / Pseudopotential Codes