Skip to content
  • Problems on compiling

    Installation and configuration
    9
    0 Votes
    9 Posts
    57 Views
    dmitoliD

    This is a squirrel
    alt text

  • Properties: Compton Profile

    Special Properties and Functions
    4
    0 Votes
    4 Posts
    21 Views
    dmitoliD

    Quick reply: does the timeline work as intended?

  • Properties: Elastic

    Calculations with Crystal
    2
    0 Votes
    2 Posts
    17 Views
    C

    Dear @Julia-h2o,

    We had a look at your files. We could not find any error at the end of 4br3clph.out This calculation was regular till the point where the file ends. Is it possible that you reached a wallclock limit on your cluster?
    Our suggestion for this kind of heavy calculations is to:

    run a OPTGEOM calculation to get the optimized structure;

    Starting from the optimized structure run a ELASTCON calculation (without PREOPTGEOM).

    Let us know how it goes.

  • Tutorial

    Tutorials and Education
    2
    0 Votes
    2 Posts
    20 Views
    C

    Dear @Julia-h2o,

    thanks for pointing out this omission in the tutorial. You can find the files attached (scan.d12, scan.out) and we hope they can be useful to you.

    elasticprop.out elasticprop.d12

  • Crystal: Optimization

    Technical Discussions
    2
    0 Votes
    2 Posts
    13 Views
    C

    Dear @Lukas-jd,

    To remove the negative frequency you can try two procedures.

    Re-optimize the initial structure with a larger tolerance. You can make use of the EXTERNAL keyword using the f34 of the previous optimized structure. 
    For example:

    EXTERNAL
    OPTGEOM
    FULLOPTG
    TOLDEG
    0.00010
    TOLDEX
    0.0004
    TOLDEE
    11

    Run the SCAN-MODE to eliminate the negative frequency (see page 194 of Crysatl User's manual). To run the “scanmode” calculation: select the mode you want to eliminate; make an EXTERNAL, the f34 is the same used before; select the initial, final, and the step for the scan; run the calculation

    Example for the input:

    EXTERNAL
    FREQCALC
    SCANMODE
    1 -10 10 0.4 (number of the mode to eliminate, first step, last step, step displacement)
    2                    (sequence number of the modes selected)
    END
    END
    basis-set and etc

    after finishing the scanmode calculation, open each SCAN_ file and plot a graphical of mode x energy (see example on user's manual). vi. the minimal point should be your structure with minimal energy and no negative frequencies; vii. run an optimization making an EXTERNAL from the SCAN_file (that is the f34) of the minimal energy found before; viii. after, run the FREQCALC again.

    Now, it should not appear negative frequency.

  • Applications

    General Questions
    2
    0 Votes
    2 Posts
    13 Views
    C

    Dear @Lukas-jd,

    Thank you for your interest in our software.
    CRYSTAL has been successfully applied to study organic crystals. Here are a few examples:

    https://pubs.acs.org/doi/full/10.1021/acs.jctc.6b00304 https://www.sciencedirect.com/science/article/pii/S0022286020310462?via%3Dihub https://pubs.rsc.org/en/content/articlelanding/2020/CE/D0CE01016B
  • Properties: charge density

    Calculations with Crystal
    2
    0 Votes
    2 Posts
    14 Views
    C

    Dear @Lukas-jd,

    Indeed, the PDIDE option is not supported. You can refer to pages 183-184 of the Manual for keywords available from the 2c-SCF solution in the PROPERTIES module.

  • Crystal: frequency calculation

    Calculations with Crystal
    2
    0 Votes
    2 Posts
    13 Views
    C

    Dear @Julia-h2o ,

    Thank you for your question. You are right that there are many keywords and it is not easy to orient yourself. This is a correct sequence:

    EXTERNAL
    FREQCALC
    RESTART
    PREOPTGEOM
    FULLOPTG
    ENDOPT
    INTENS
    DIELTENS
    5.333073    0.0000     0.0000
    0.00000     5.333073   0.0000
    0.00000     0.000000   5.333073   
    IRSPEC
    ENDIR
    INTRAMAN                                         
    INTCPHF                                               
    ENDCPHF
    RAMSPEC
    ENDRAM
    ENDFREQ
    END