Abby Ista

Results 5 comments of Abby Ista

Thank you for your kind reply. I do want to call the functions from a C++ program. And I found that every function requires a ActionOption parameter as input, which...

Hello, @GiovanniBussi. Thank you for your help earlier this year. I managed to use MultiColvar, Q6 to be specific, by `p->cmd()`. And I did it by `#include MultiColvarBase.h` in `PlumedMain.cpp`,...

This works. ```yml jobs: git-mirror: runs-on: ubuntu-latest steps: - uses: wearerequired/git-mirror-action@v1 env: SSH_PRIVATE_KEY: ${{ secrets.SYNC_REPO_PRIVATE_KEY }} with: source-repo: "https://github.com/source.git" destination-repo: "[email protected]:destination.git" ```

I already installed six and numpy. And "import sphinxfortran.fortran_domain" works fine in python command line interface. But this Error still occurs when I put ```python extensions = ['sphinxfortran.fortran_domain'] ``` in...