87f7be63c046e44fd896516b8869a086686f2e32,qcengine/programs/entos.py,EntosExecutor,build_input,#EntosExecutor#Any#Any#Any#,82

Before Change



        // Write the geom
        input_file.append("geometry={")
        for sym, geom in zip(input_model.molecule.symbols, input_model.molecule.geometry):
            s = "{:<4s} {:>{width}.{prec}f} {:>{width}.{prec}f} {:>{width}.{prec}f}".format(
                sym, *geom, width=14, prec=10)
            input_file.append(s)
        input_file.append("}")

        // Write gradient call if asked for
        if input_model.driver == "gradient":

After Change


        input_file.append("xc = "{}"".format(input_model.model.method))
        input_file.append("ao = "{}"".format(input_model.model.basis))
        // TODO Add df_basis as part of input
        input_file.append("df_basis = "{}"".format(input_model.model.basis))

        if input_model.driver == "gradient":
            input_file.append(")")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: MolSSI/QCEngine
Commit Name: 87f7be63c046e44fd896516b8869a086686f2e32
Time: 2019-06-03
Author: sjrl423@gmail.com
File Name: qcengine/programs/entos.py
Class Name: EntosExecutor
Method Name: build_input


Project Name: pliablepixels/zmeventnotification
Commit Name: 7442067f84b80b782aa55a7ef5af735fac00d206
Time: 2019-05-28
Author: pliablepixels@gmail.com
File Name: hook/detect.py
Class Name:
Method Name:


Project Name: pytorch/text
Commit Name: 06dc59afe4657c009430a4673f1504feb69d2736
Time: 2021-02-17
Author: 6156351+zhangguanheng66@users.noreply.github.com
File Name: torchtext/data/example.py
Class Name: Example
Method Name: fromlist