9b32cd78c8aee2500be442f4327095736ac4718c,qcengine/programs/entos.py,EntosExecutor,build_input,#EntosExecutor#Any#Any#Any#,82

Before Change


        // 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(")")

        input_file = "\n".join(input_file)

        return {
            "commands": ["entos", "dispatch.in", "-n", str(config.ncores)],

After Change


                            "dft": {
                              "xc": input_model.model.method,
                              "ao": input_model.model.basis,
                              "df_basis": input_model.keywords["df_basis"].upper(),
                              "charge": input_model.molecule.molecular_charge
                               }
                             }
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


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


Project Name: polyaxon/polyaxon
Commit Name: 0081326892d528f505d0b58543ed9cf57952385c
Time: 2019-10-18
Author: contact@polyaxon.com
File Name: polyaxon/utils/formatting.py
Class Name:
Method Name: dict_to_tabulate


Project Name: mlflow/mlflow
Commit Name: 4ceeb45b3a72b6ae596a017d031cfa816098986b
Time: 2020-04-15
Author: 51711739+t-henri@users.noreply.github.com
File Name: mlflow/store/tracking/sqlalchemy_store.py
Class Name:
Method Name: _get_attributes_filtering_clauses