Skip to content
View carlosraulps's full-sized avatar
👨‍💻
working... 📄
👨‍💻
working... 📄

Highlights

  • Pro

Block or report carlosraulps

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
carlosraulps/README.md

Hello there 👋

Open Source Love

program ComputationalPhysicist
    implicit none
    character(len=20) :: name
    character(len=30), dimension(4) :: languages 

    name = 'Carlos Raúl'
    languages(1) = 'Spanish (Native)'
    languages(2) = 'Portuguese (C1)'
    languages(3) = 'English (B2)'
    languagea(4) = 'Italian (B1)'
    languages(5) = 'Russian (A2)'

    call say_hi(name)
    call list_languages(languages)

contains

    subroutine say_hi(name)
        implicit none
        character(len=20), intent(in) :: name
        print *, 'Thanks for dropping by,', trim(name) // '. Hope you find some of my work interesting.'
    end subroutine say_hi

end program ComputationalPhysicist

📝 Blogs

🔧 Technologies & Tools

🗂️ Projects

fortran-numerical-methods dotfiles

📫 How to reach me:

Twitter LinkedIn

📈 My GitHub stats:

Pinned Loading

  1. VASP-automatization-platform VASP-automatization-platform Public

    An AI-driven platform for high-throughput Density Functional Theory (DFT) calculations using VASP. This project transitions from linear scripting to a modular, event-driven architecture designed fo…

    Python

  2. papers-to-xlsx papers-to-xlsx Public

    Automate the extraction of structured data from scientific PDFs using Google's Gemini API. This tool transforms a chaotic folder of research papers into a structured, publication-quality Excel data…

    Python 1

  3. fortran-numerical-methods fortran-numerical-methods Public

    Fortran Numerical Methods is an open-source project that provides efficient and well-organized implementations of various numerical methods in the Fortran programming language. It includes solution…

    Fortran 7 1

  4. server-notification server-notification Public

    A sophisticated Discord Bot designed to monitor High-Performance Computing (HPC) clusters managed by Slurm. It bridges the gap between complex terminal outputs and user-friendly notifications, util…

    Python

  5. carlosraulps.github.io carlosraulps.github.io Public

    My site blog-resume is live at https://carlosraulps.github.io/ :D

    JavaScript 1

  6. aird2d aird2d Public

    A project based in the Computational 2D Materials Database (C2DB) + custom code for training generative/discriminative ML models to predict and identify novel 2D materials from their structural and…

    HTML 2