Skip to content
View carlos-antunis-physics's full-sized avatar
Coffee-based life form
Coffee-based life form
Block or Report

Block or report carlos-antunis-physics

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Hi, I'm Carlos Antunis

☕ A coffee-based lifeform and computational physics enthusiast

C Fortran Python MATLAB

I'm currently a MSc student in Physics at Universidade Federal de Alagoas - UFAL. Along my graduation I've worked as Scientific Initiation Student on Theoretical Physics, and the employ of Computational Methods to unveil hidden aspects of natural phenomena began to fascinate me. All this marvelous experiences have increased enormously my world view and, as result of it, today I'm a Computational Physics passionate. As a budding computational physicist, I've learned programing languages as C, Fortran, MATLAB and Python (besides a few of its modules), having more affinity with programming in C and Python.

My repositories


C Fortran

Since programming can only be learned by actually programming, this repository aim to present some source-codes with valuable concepts on each presented programming language and some interesting algorithms of Computational Physics. In distinction from the others, here I made it available in my native language - Brazilian Portuguese - to facilitate access for interested beginners.


Python numpy: 1.26.4 scipy: 8.2 matplotlib: 3.8.3 ipython: 8.22.2

Understand the effects of an optical medium (even more the non-linear) on the propagation of a light beam are of enormous importance and encompass an inportant source of novel applications. However, provide an analytical method cappable to comprehend this (which embbed possible non-linear effects) is quite difficult (or sometimes impossible) leading to computational approaches. This repository aims to provide a python module with numerical routines to solve partial diferential equations which encompass the optical media effects (even if non-linear) on light propagation. Some examples of usage are disposed in my native language - Brazilian Portuguese - to facilitate learning to interested ones.


Pinned Loading

  1. Aspectos-de-fisica-computacional Aspectos-de-fisica-computacional Public

    Repositório que objetiva auxiliar interessados na área de Física Computacional, contendo alguns exemplos nas linguagens de programação mais relevantemente empregadas na implementação de simulações …

    C

  2. computational-beam-optics computational-beam-optics Public

    Numerical methods to estimate light beam propagation through optical media by solving its paraxial wave equation. (work in progress)

    Python 2